Interface iUpdateAddressListAddressesPayload

interface iUpdateAddressListAddressesPayload {
    addresses: string[];
    listId: string;
}

Properties

Properties

addresses: string[]

The addresses to update. This is a full overwrite for ALL addresses.

If you have active claims, ensure this does not conflict via race conditions.

listId: string

The list ID to update.

MMNEPVFCICPMFPCPTTAAATR