QueryContractsByCodeRequest is the request type for the Query/ContractsByCode RPC method

interface QueryContractsByCodeRequest {
    codeId: bigint;
    pagination?: PageRequest;
}

Properties

Properties

codeId: bigint

grpc-gateway_out does not support Go style CodID pagination defines an optional pagination for the request.

pagination?: PageRequest