Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkru69 committed Nov 1, 2023
1 parent 7dd0a27 commit 8322d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tssdk/src/libs/network/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export class NetworkApi {
}

public async executeCall(address: string, method: string, args: any[], abi: any) {
// TODO move to evmContract.scGet
const io = getAbiInputsOutputsType(abi, method);

const encodedFunction = encodeFunction(method, args, io.inputs);
Expand Down

0 comments on commit 8322d42

Please sign in to comment.