Type alias: PreparedCallInfo
type PreparedCallInfo: object;
A call to be emitted on success or failure of a smart contract.
Type declaration
Member | Type |
---|---|
contractArgs | PreparedOperation [] |
contractInfo | ContractInfo |
methodInfo | MethodInfo |
ref | ContractRefV0 |