RustLibApi class abstract

Implementers

Constructors

RustLibApi.new()

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

generatePublicTransferDelegateData({required String privateKey, required double amountCredits, required String recipient, required double feeCredits, dynamic hint}) Future<List<String>>
getPublicBalance({required String url, required String networkId, required String address, dynamic hint}) Future<double>
greet({required String name, dynamic hint}) String
initApp({dynamic hint}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
privateKeyFromSeed({required List<int> seed, dynamic hint}) String
privateKeyToAddress({required String privateKey, dynamic hint}) String
privateKeyToViewKey({required String privateKey, dynamic hint}) String
signMessage({required List<int> messageBytes, required String privateKey, dynamic hint}) String
toString() String
A string representation of this object.
inherited

Operators

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