Preparing search index...
The search index is not available
@moveflow/aptos-sdk
@moveflow/aptos-sdk
BatchCreateOptions
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
;
}
Index
Properties
_remark
asset_
type?
auto_
withdraw
auto_
withdraw_
interval
cliff_
amounts
cliff_
time
closeable
coin_
type?
deposit_
amounts
execute
interval
is_
fa
names
pauseable
recipient_
modifiable
recipients
start_
time
stop_
time
stream_
type
Properties
_remark
_remark
:
string
Optional
asset_
type
asset_
type
?:
string
auto_
withdraw
auto_
withdraw
:
boolean
auto_
withdraw_
interval
auto_
withdraw_
interval
:
number
|
bigint
cliff_
amounts
cliff_
amounts
:
AnyNumber
[]
cliff_
time
cliff_
time
:
AnyNumber
closeable
closeable
:
OperateUser
Optional
coin_
type
coin_
type
?:
string
deposit_
amounts
deposit_
amounts
:
AnyNumber
[]
execute
execute
:
boolean
interval
interval
:
number
|
bigint
is_
fa
is_
fa
:
boolean
names
names
:
string
[]
pauseable
pauseable
:
OperateUser
recipient_
modifiable
recipient_
modifiable
:
OperateUser
recipients
recipients
:
AccountAddress
[]
start_
time
start_
time
:
AnyNumber
stop_
time
stop_
time
:
AnyNumber
stream_
type
stream_
type
:
StreamType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_remark
asset_
type
auto_
withdraw
auto_
withdraw_
interval
cliff_
amounts
cliff_
time
closeable
coin_
type
deposit_
amounts
execute
interval
is_
fa
names
pauseable
recipient_
modifiable
recipients
start_
time
stop_
time
stream_
type
@moveflow/aptos-sdk
Loading...