WrappedContract: {
    deploymentInfo: ContractDeploymentInfo;
    invoke: ((args) => Promise<TxResponse | StellarSdk.xdr.ScVal>);
}

Represents a wrapped contract object with deployment information and an custom invoke function.

Type declaration

Generated using TypeDoc