Uses of Class
com.syntifi.near.api.common.model.key.Wallet
-
Packages that use Wallet Package Description com.syntifi.near.api.common.service -
-
Uses of Wallet in com.syntifi.near.api.common.service
Methods in com.syntifi.near.api.common.service that return Wallet Modifier and Type Method Description static Wallet
WalletService. loadWalletFromFile(java.io.File file)
Loads a wallet from filesystemMethods in com.syntifi.near.api.common.service with parameters of type Wallet Modifier and Type Method Description static void
WalletService. writeWalletToFile(java.io.File file, Wallet wallet)
Writes a wallet to filesystem
-