Interface QueryContractsByCodeRequestAmino

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

interface QueryContractsByCodeRequestAmino {
    code_id?: string;
    pagination?: PageRequestAmino;
}

Properties

code_id?: string

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

pagination?: PageRequestAmino