Function warp_api_ffi::api::account::new_sub_account
source · [−]Expand description
Create one or many sub accounts of the current account
Example
crate::api::account::new_sub_account("test", None, 5)
Arguments
name
: name of the sub accounts. Every sub account will have the same nameindex
: Starting index. IfNone
, use the index following the highest used indexcount
: Number of subaccounts to create