Skip to content

Commit

Permalink
change abi param to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQZQ committed May 15, 2024
1 parent 449dd85 commit 4b6f32c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stale-jokes-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@thalalabs/surf': patch
---

change abi param to optional
2 changes: 1 addition & 1 deletion src/types/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ export type ViewPayload<_TReturn> = {
function: MoveFunctionId;
typeArguments?: Array<TypeTag | string>;
functionArguments?:Array<EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes>;
abi: ViewFunctionABI
abi?: ViewFunctionABI
};

0 comments on commit 4b6f32c

Please sign in to comment.