Interface GenericContractCallResult<DecodedData, ContractResult>

interface GenericContractCallResult<DecodedData, ContractResult> {
    data: DecodedData;
    flags: ReturnFlags;
    raw: ContractResult;
}

Type Parameters

  • DecodedData = any
  • ContractResult = any

Hierarchy (view full)

Properties

Properties