stellar-base
Advanced tools
Comparing version 10.0.0-soroban.0 to 10.0.0-soroban.1
{ | ||
"name": "stellar-base", | ||
"version": "10.0.0-soroban.0", | ||
"version": "10.0.0-soroban.1", | ||
"description": "Low-level support library for the Stellar network.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -547,3 +547,3 @@ // TypeScript Version: 2.9 | ||
interface InvokeHostFunction extends BaseOptions { | ||
args: xdr.HostFunction; | ||
func: xdr.HostFunction; | ||
auth: xdr.SorobanAuthorizationEntry[]; | ||
@@ -550,0 +550,0 @@ } |