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

    Class QueryPinnedCodesResponse

    QueryPinnedCodesResponse is the response type for the Query/PinnedCodes RPC method

    from message cosmwasm.wasm.v1.QueryPinnedCodesResponse

    Hierarchy

    Index

    Constructors

    Properties

    codeIds: bigint[] = []

    from field: repeated uint64 code_ids = 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.QueryPinnedCodesResponse"

    Methods