- Inheritance
-
- Object
- PlatformInterface
- BmoniEmbeddedSdkPlatform
- Implementers
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
-
deleteWallet()
→ Future<void>
-
Deletes the wallet's encrypted private key file from on-device
storage. Idempotent: returns normally if no wallet exists.
-
initWallet()
→ Future<String>
-
Provisions a new Ethereum wallet backed by the platform's secure key
storage and returns the EIP-55 checksummed address.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
signMessage(String message)
→ Future<String>
-
Signs a UTF-8 message using the EIP-191
personal_sign prefix.
-
signTransactionHash(String hashHex)
→ Future<String>
-
Signs a pre-computed 32-byte transaction or UserOperation hash.
-
toString()
→ String
-
A string representation of this object.
inherited