bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class QueryContractsByCodeRequest

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

    from message cosmwasm.wasm.v1.QueryContractsByCodeRequest

    Hierarchy

    Index

    Constructors

    Properties

    codeId: bigint = protoInt64.zero

    grpc-gateway_out does not support Go style CodID

    from field: uint64 code_id = 1;

    pagination?: PageRequest

    pagination defines an optional pagination for the request.

    from field: cosmos.base.query.v1beta1.PageRequest pagination = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmwasm.wasm.v1.QueryContractsByCodeRequest"

    Methods