Response from the whitelist endpoint.

interface WhitelistResponse {
    alreadyWhitelisted?: boolean;
    success: boolean;
    tradeAccount: TradeAccountId;
}

Properties

alreadyWhitelisted?: boolean

true if the account was already whitelisted.

success: boolean

Whether the whitelist operation succeeded.

tradeAccount: TradeAccountId

The whitelisted trade account contract ID.