Interface BatchWithdrawOptions

interface BatchWithdrawOptions {
    asset_type?: string;
    coin_type?: string;
    execute?: boolean;
    is_fa: boolean;
    stream_ids: string[];
}

Properties

asset_type?: string
coin_type?: string
execute?: boolean
is_fa: boolean
stream_ids: string[]