Interface iAddressList

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

Hierarchy (view full)

Implemented by

Properties

addresses: string[]

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

aliasAddress?: string

The alias cosmos address of the address list.

createdBy?: string

The address that created the address list.

customData: string

Arbitrary custom data that can be stored on-chain.

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.