Fireblocks class

Constructors

Fireblocks()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

approveJoinWalletRequest(String deviceId, String requestId) Future<Set<JoinWalletDescriptor>>
backupKeys(String deviceId, String passphrase, String passphraseId) Future<Set<KeyBackup>>
deriveAssetKey(String deviceId, String extendedPrivateKey, DerivationParams bip44derivationParams) → dynamic
exportFullKeys(String deviceId, String chainCode, HashMap<String, List<String>> cloudKeyShares) → dynamic
generateDeviceId() Future<String?>
generateMpcKeys(String deviceId, Set<Algorithm> algorithms) Future<Set<KeyDescriptor>>
generatePassphraseId() Future<String?>
generateRandomPassphrase() Future<String?>
getCurrentStatus(String deviceId) Future<Status?>
getKeysStatus(String deviceId) Future<Set<KeyDescriptor>>
getPhysicalDeviceId() Future<String?>
getUriForLogFiles() Future<String?>
initialize(String deviceId, FireblocksOptions fireblocksOptions, FireblocksMessageHandler messageHandler, FireblocksKeyStorage keyStorage, FireblocksEventHandler? eventHandler) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recoverKeys(String deviceId, FireblocksPassphraseResolver passphraseResolver) Future<Set<KeyRecovery>>
requestJoinExistingWallet(String deviceId, FireblocksJoinWalletHandler joinWalletHandler) Future<Set<KeyDescriptor>>
signTransaction(String deviceId, String txId) Future<TransactionSignature>
stopJoinWallet(String deviceId) Future<bool>
stopSignTransaction(String deviceId) Future<bool>
takeover(String deviceId) Future<Set<FullKey>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance Fireblocks
no setter