data class WalletOptions
Options for opening/creating a wallet.
<init> |
Options for opening/creating a wallet. WalletOptions(configuration: WalletConfiguration, credentials: WalletCredentials) |
configuration |
is configuration for the wallet (ID). val configuration: WalletConfiguration |
credentials |
are credentials for the wallet (key). val credentials: WalletCredentials |