RustWasmModule class

Annotations
  • @JS()
  • @anonymous

Constructors

RustWasmModule()

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

bind(dynamic thisArg, String moduleName) RustWasmModule
Create a new WASM module initializer that is bound to the specified binary.
call([String? moduleName]) Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wire_bytes_to_hex(NativePortType port_, Uint8List bytes) → dynamic
wire_bytes_to_sha256(NativePortType port_, Uint8List bytes) → dynamic
wire_cats_create_cat_puzzle(NativePortType port_, Uint8List tail_hash, Uint8List inner_puzzle_hash) → dynamic
wire_cmd_program_opc(NativePortType port_, List<String> args) → dynamic
wire_cmd_program_opd(NativePortType port_, List<String> args) → dynamic
wire_cmds_program_brun(NativePortType port_, List<String> args) → dynamic
wire_cmds_program_run(NativePortType port_, List<String> args) → dynamic
wire_get_puzzle_from_public_key(NativePortType port_, Uint8List pk) → dynamic
wire_hex_to_bytes(NativePortType port_, String hex) → dynamic
wire_program_curry(NativePortType port_, Uint8List ser_program_bytes, List<String> args_str) → dynamic
wire_program_disassemble(NativePortType port_, Uint8List ser_program_bytes, int? version) → dynamic
wire_program_from_atom_bytes(NativePortType port_, Uint8List ser_program_bytes) → dynamic
wire_program_from_list(NativePortType port_, List<String> program_list) → dynamic
wire_program_run(NativePortType port_, Uint8List ser_program_bytes, List<String> args_str) → dynamic
wire_program_to_atom_bytes(NativePortType port_, Uint8List ser_program_bytes) → dynamic
wire_program_tree_hash(NativePortType port_, Uint8List ser_program_bytes) → dynamic
wire_program_uncurry(NativePortType port_, Uint8List ser_program_bytes) → dynamic
wire_pub_entropy_to_mnemonic(NativePortType port_, Uint8List entropy) → dynamic
wire_pub_entropy_to_seed(NativePortType port_, Uint8List entropy) → dynamic
wire_pub_master_to_pool_authentication(NativePortType port_, Uint8List sk, int pool_wallet_idx, int idx) → dynamic
wire_pub_master_to_pool_singleton(NativePortType port_, Uint8List master, int pool_wallet_idx) → dynamic
wire_pub_master_to_wallet_hardened(NativePortType port_, Uint8List master, int idx) → dynamic
wire_pub_master_to_wallet_hardened_intermediate(NativePortType port_, Uint8List master) → dynamic
wire_pub_master_to_wallet_unhardened(NativePortType port_, Uint8List master, int idx) → dynamic
wire_pub_master_to_wallet_unhardened_intermediate(NativePortType port_, Uint8List master) → dynamic
wire_pub_mnemonic_to_entropy(NativePortType port_, String mnemonic_words) → dynamic
wire_public_key_derive_path_unhardened(NativePortType port_, Uint8List sk, Uint32List path) → dynamic
wire_secret_key_derive_path_hardened(NativePortType port_, Uint8List sk, Uint32List path) → dynamic
wire_secret_key_derive_path_unhardened(NativePortType port_, Uint8List sk, Uint32List path) → dynamic
wire_secret_key_from_seed(NativePortType port_, Uint8List seed) → dynamic
wire_secret_key_public_key(NativePortType port_, Uint8List sk) → dynamic
wire_signature_aggregate(NativePortType port_, Uint8List sigs_stream, int length) → dynamic
wire_signature_is_valid(NativePortType port_, Uint8List sig) → dynamic
wire_signature_sign(NativePortType port_, Uint8List sk, Uint8List msg) → dynamic
wire_signature_verify(NativePortType port_, Uint8List pk, Uint8List msg, Uint8List sig) → dynamic

Operators

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