Skip to content

Commit

Permalink
Fix TypeScript definition for invokeHostFunction options (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Jun 29, 2023
1 parent 15c4002 commit a5483f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-base",
"version": "10.0.0-soroban.0",
"version": "10.0.0-soroban.1",
"description": "Low-level support library for the Stellar network.",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ export namespace OperationOptions {
minAmountB: string;
}
interface InvokeHostFunction extends BaseOptions {
args: xdr.HostFunction;
func: xdr.HostFunction;
auth: xdr.SorobanAuthorizationEntry[];
}
interface BumpFootprintExpiration extends BaseOptions {
Expand Down

0 comments on commit a5483f8

Please sign in to comment.