Skip to content

Commit

Permalink
underscore FT helper class name
Browse files Browse the repository at this point in the history
  • Loading branch information
idea404 committed Oct 11, 2022
1 parent 7d27f50 commit 75cbb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/fungible-token-helper.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NearBindgen, call, view } from "near-sdk-js";

@NearBindgen({})
class FungibleTokenHelper {
class _FungibleTokenHelper {
data = "";

@call({})
Expand Down

0 comments on commit 75cbb6a

Please sign in to comment.