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
rust_arc_decrement_strong_count_KSettings → RustArcDecrementStrongCountFnType
no setter
rust_arc_decrement_strong_count_KSettingsPtr → CrossPlatformFinalizerArg
no setter
rust_arc_increment_strong_count_KSettings → RustArcIncrementStrongCountFnType
no setter

Methods

crateApiKzgBlobToCommitment({required List<int> blob, required KSettings kzgSettings, dynamic hint}) Future<String>
crateApiKzgComputeBlobKzgProof({required List<int> blob, required List<int> commitment, required KSettings kzgSettings, dynamic hint}) Future<String>
crateApiKzgGenerateRandBlob({dynamic hint}) Future<Uint8List>
crateApiKzgLoadKzgSetting({required List<Uint8List> g1Bytes, required List<Uint8List> g2Bytes, dynamic hint}) Future<KSettings>
crateApiSimpleGreet({required String name, dynamic hint}) String
crateApiSimpleInitApp({dynamic hint}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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