类的使用
io.nuls.v2.model.dto.AccountDto
-
使用AccountDto的程序包 程序包 说明 io.nuls.v2.service io.nuls.v2.util -
-
io.nuls.v2.service中AccountDto的使用
返回变量类型为AccountDto的类型的io.nuls.v2.service中的方法 修饰符和类型 方法 说明 Result<List<AccountDto>>AccountService. createOffLineAccount(int chainId, int count, String prefix, String password)Result<List<AccountDto>>AccountService. createOffLineAccount(int count, String password)Create encrypted off-line accounts 批量创建离线账户 -
io.nuls.v2.util中AccountDto的使用
返回变量类型为AccountDto的类型的io.nuls.v2.util中的方法 修饰符和类型 方法 说明 static Result<List<AccountDto>>NulsSDKTool. createOffLineAccount(int chainId, int count, String prefix, String password)static Result<List<AccountDto>>NulsSDKTool. createOffLineAccount(int count, String password)
-