Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 839 Bytes

StandaloneWallet.md

File metadata and controls

20 lines (15 loc) · 839 Bytes

multibaas.model.StandaloneWallet

Load the model package

import 'package:multibaas/api.dart';

Properties

Name Type Description Notes
clientID String The Application ID that accesses the Key Vault. [optional]
baseGroupName String The Resource Group Name for the resource being accessed.
vaultName String The name given to the vault your key is stored in. [optional]
keyName String The name of the key.
keyVersion String The version of the key. [optional]
publicAddress String An ethereum address.

[Back to Model list] [Back to API list] [Back to README]