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

    Class AddressListInput

    AddressListInput is used for creating address lists via MsgCreateAddressLists. It contains all fields from AddressList except createdBy, which is automatically set from the message creator.

    from message badges.AddressListInput

    Hierarchy

    Index

    Constructors

    Properties

    addresses: string[] = []

    List of addresses included in the list.

    from field: repeated string addresses = 2;

    customData: string = ""

    Custom arbitrary data or additional information related to the address list.

    from field: string customData = 5;

    listId: string = ""

    Unique identifier for the address list.

    from field: string listId = 1;

    uri: string = ""

    URI (Uniform Resource Identifier) associated with the address list to provide metadata, if applicable.

    from field: string uri = 4;

    whitelist: boolean = false

    Indicates whether the list includes the specified addresses (true) or excludes them (false).

    from field: bool whitelist = 3;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.AddressListInput"

    Methods