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

    Class QueryContractsByCodeResponse

    QueryContractsByCodeResponse is the response type for the Query/ContractsByCode RPC method

    from message cosmwasm.wasm.v1.QueryContractsByCodeResponse

    Hierarchy

    Index

    Constructors

    Properties

    contracts: string[] = []

    contracts are a set of contract addresses

    from field: repeated string contracts = 1;

    pagination?: PageResponse

    pagination defines the pagination in the response.

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

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

    Methods