RustLibApi class abstract

Implementers

Constructors

RustLibApi()

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

fromSeedUnchecked({required List<int> seed, dynamic hint}) String
greet({required String name, dynamic hint}) String
hello({required String a, dynamic hint}) String
initApp({dynamic hint}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
privateKeyNew({dynamic hint}) String
sign({required List<int> messageHex, required String privateKey, dynamic hint}) String
toAddress({required String privateKey, dynamic hint}) String
toString() String
A string representation of this object.
inherited
toViewKey({required String pk, dynamic hint}) String

Operators

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