- Preparing search index...
- The search index is not available
Documentation
Type alias WrappedContract
WrappedContract: { deploymentInfo: ContractDeploymentInfo; invoke: ((args) => Promise<TxResponse | StellarSdk.xdr.ScVal>); }
Type declaration
-
deploymentInfo: ContractDeploymentInfo
-
invoke: ((args) => Promise<TxResponse | StellarSdk.xdr.ScVal>)
-
- (args): Promise<TxResponse | StellarSdk.xdr.ScVal>
-
Returns Promise<TxResponse | StellarSdk.xdr.ScVal>
Represents a wrapped contract object with deployment information and an custom invoke function.