Skip to content

Commit

Permalink
Update test use case
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxStalker committed Feb 12, 2021
1 parent 6b91bae commit dccb0f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/javascript/src/testUsage.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { transactions } from "flow-core-contracts";
import flowToken from "./generated/transactions/flowToken";

const { FlowServiceAccount } = transactions;
const { getAccountCreators } = FlowServiceAccount;

const main = async () => {};
const main = async () => {
const code = flowToken.burnTokens()
console.log({ code });
};

main();

0 comments on commit dccb0f1

Please sign in to comment.