Interface iMsgCreateAddressLists

interface iMsgCreateAddressLists {
    addressLists: iAddressList[];
    creator: string;
}

Properties

addressLists: iAddressList[]

The address lists to create.

creator: string

The creator of the transaction.