类的使用
network.nerve.kit.model.dto.AccountDto
-
使用AccountDto的程序包 程序包 说明 network.nerve.kit.service network.nerve.kit.util -
-
network.nerve.kit.service中AccountDto的使用
返回变量类型为AccountDto的类型的network.nerve.kit.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 批量创建离线账户 -
network.nerve.kit.util中AccountDto的使用
返回变量类型为AccountDto的类型的network.nerve.kit.util中的方法 修饰符和类型 方法 说明 static Result<List<AccountDto>>NerveSDKTool. createOffLineAccount(int chainId, int count, String prefix, String password)static Result<List<AccountDto>>NerveSDKTool. createOffLineAccount(int count, String password)
-