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

    Class QueryContractsByCreatorRequest

    QueryContractsByCreatorRequest is the request type for the Query/ContractsByCreator RPC method.

    from message cosmwasm.wasm.v1.QueryContractsByCreatorRequest

    Hierarchy

    Index

    Constructors

    Properties

    creatorAddress: string = ""

    CreatorAddress is the address of contract creator

    from field: string creator_address = 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.QueryContractsByCreatorRequest"

    Methods