Interface BatchCreateOptions

interface BatchCreateOptions {
    _remark: string;
    asset_type?: string;
    auto_withdraw: boolean;
    auto_withdraw_interval: number | bigint;
    cliff_amounts: AnyNumber[];
    cliff_time: AnyNumber;
    closeable: OperateUser;
    coin_type?: string;
    deposit_amounts: AnyNumber[];
    execute: boolean;
    interval: number | bigint;
    is_fa: boolean;
    names: string[];
    pauseable: OperateUser;
    recipient_modifiable: OperateUser;
    recipients: AccountAddress[];
    start_time: AnyNumber;
    stop_time: AnyNumber;
    stream_type: StreamType;
}

Properties

_remark: string
asset_type?: string
auto_withdraw: boolean
auto_withdraw_interval: number | bigint
cliff_amounts: AnyNumber[]
cliff_time: AnyNumber
closeable: OperateUser
coin_type?: string
deposit_amounts: AnyNumber[]
execute: boolean
interval: number | bigint
is_fa: boolean
names: string[]
pauseable: OperateUser
recipient_modifiable: OperateUser
recipients: AccountAddress[]
start_time: AnyNumber
stop_time: AnyNumber
stream_type: StreamType