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

    Class QueryContractInfoResponse

    QueryContractInfoResponse is the response type for the Query/ContractInfo RPC method

    from message cosmwasm.wasm.v1.QueryContractInfoResponse

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    address is the address of the contract

    from field: string address = 1;

    contractInfo?: ContractInfo

    from field: cosmwasm.wasm.v1.ContractInfo contract_info = 2;

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

    Methods