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

    Interface iAddressList

    interface iAddressList {
        addresses: string[];
        createdBy?: string;
        customData: string;
        listId: string;
        uri: string;
        whitelist: boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    addresses: string[]

    The addresses of the address list. If this is a tracker list, the addresses are the tracker IDs.

    createdBy?: string

    The address that created the address list. Handled internally.

    customData: string

    Arbitrary custom data that can be stored. Leave blank for no custom data.

    listId: string

    The ID of the address list.

    uri: string

    The URI where to fetch the address list metadata from.

    whitelist: boolean

    Whether or not to include ONLY the addresses or include all EXCEPT the addresses.