Type Alias GenericContractQueryCall<ChainApi, F>

GenericContractQueryCall<ChainApi, F>: F & {
    meta: ContractCallMessage;
}

Type Parameters