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

    Class AddressList

    An AddressList is a list of addresses that are referenced by an ID. AddressLists are used in defining approvals ia a reusbale identifier. Note: We also support a reserved ID system by string ID; "Mint", "!Mint"

    from message badges.AddressList

    Hierarchy

    Index

    Constructors

    Properties

    addresses: string[] = []

    List of addresses included in the list.

    from field: repeated string addresses = 2;

    createdBy: string = ""

    The user or entity who created the address list.

    from field: string createdBy = 6;

    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.AddressList"

    Methods