AgentDartWire class

generated by flutter_rust_bridge

Constructors

AgentDartWire(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
AgentDartWire.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

Properties

dartApi → DartApiDl
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

drop_dart_object(int ptr) → void
free_WireSyncReturn(WireSyncReturn ptr) → void
Not to be used by normal users, but has to be public for generated code
get_dart_object(int ptr) Object
init_frb_dart_api_dl(Pointer<Void> obj) int
new_box_autoadd_aes_decrypt_req_0() Pointer<wire_AesDecryptReq>
new_box_autoadd_aes_encrypt_req_0() Pointer<wire_AesEncryptReq>
new_box_autoadd_bls_verify_req_0() Pointer<wire_BLSVerifyReq>
new_box_autoadd_ed_25519_from_seed_req_0() Pointer<wire_ED25519FromSeedReq>
new_box_autoadd_ed_25519_sign_req_0() Pointer<wire_ED25519SignReq>
new_box_autoadd_ed_25519_verify_req_0() Pointer<wire_ED25519VerifyReq>
new_box_autoadd_p_256_from_seed_req_0() Pointer<wire_P256FromSeedReq>
new_box_autoadd_p_256_share_secret_req_0() Pointer<wire_P256ShareSecretReq>
new_box_autoadd_p_256_sign_with_seed_req_0() Pointer<wire_P256SignWithSeedReq>
new_box_autoadd_p_256_verify_req_0() Pointer<wire_P256VerifyReq>
new_box_autoadd_pbkdf_derive_req_0() Pointer<wire_PBKDFDeriveReq>
new_box_autoadd_phrase_to_seed_req_0() Pointer<wire_PhraseToSeedReq>
new_box_autoadd_schnorr_from_seed_req_0() Pointer<wire_SchnorrFromSeedReq>
new_box_autoadd_schnorr_sign_with_seed_req_0() Pointer<wire_SchnorrSignWithSeedReq>
new_box_autoadd_schnorr_verify_req_0() Pointer<wire_SchnorrVerifyReq>
new_box_autoadd_script_derive_req_0() Pointer<wire_ScriptDeriveReq>
new_box_autoadd_secp_256_k_1_from_seed_req_0() Pointer<wire_Secp256k1FromSeedReq>
new_box_autoadd_secp_256_k_1_recover_req_0() Pointer<wire_Secp256k1RecoverReq>
new_box_autoadd_secp_256_k_1_share_secret_req_0() Pointer<wire_Secp256k1ShareSecretReq>
new_box_autoadd_secp_256_k_1_sign_with_seed_req_0() Pointer<wire_Secp256k1SignWithSeedReq>
new_box_autoadd_secp_256_k_1_verify_req_0() Pointer<wire_Secp256k1VerifyReq>
new_box_autoadd_seed_to_key_req_0() Pointer<wire_SeedToKeyReq>
new_box_autoadd_u8_0(int value) Pointer<Uint8>
new_dart_opaque(Object handle) int
new_uint_8_list_0(int len) Pointer<wire_uint_8_list>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
store_dart_post_cobject(DartPostCObjectFnType ptr) → void
Not to be used by normal users, but has to be public for generated code
toString() String
A string representation of this object.
inherited
wire_aes_128_ctr_decrypt(int port_, Pointer<wire_AesDecryptReq> req) → void
wire_aes_128_ctr_encrypt(int port_, Pointer<wire_AesEncryptReq> req) → void
wire_aes_256_cbc_decrypt(int port_, Pointer<wire_AesDecryptReq> req) → void
wire_aes_256_cbc_encrypt(int port_, Pointer<wire_AesEncryptReq> req) → void
wire_aes_256_gcm_decrypt(int port_, Pointer<wire_AesDecryptReq> req) → void
wire_aes_256_gcm_encrypt(int port_, Pointer<wire_AesEncryptReq> req) → void
wire_bls_init(int port_) → void
wire_bls_verify(int port_, Pointer<wire_BLSVerifyReq> req) → void
wire_ed25519_from_seed(int port_, Pointer<wire_ED25519FromSeedReq> req) → void
wire_ed25519_sign(int port_, Pointer<wire_ED25519SignReq> req) → void
wire_ed25519_verify(int port_, Pointer<wire_ED25519VerifyReq> req) → void
wire_mnemonic_phrase_to_seed(int port_, Pointer<wire_PhraseToSeedReq> req) → void
wire_mnemonic_seed_to_key(int port_, Pointer<wire_SeedToKeyReq> req) → void
wire_p256_from_seed(int port_, Pointer<wire_P256FromSeedReq> req) → void
wire_p256_get_shared_secret(int port_, Pointer<wire_P256ShareSecretReq> req) → void
wire_p256_sign(int port_, Pointer<wire_P256SignWithSeedReq> req) → void
wire_p256_verify(int port_, Pointer<wire_P256VerifyReq> req) → void
wire_pbkdf2_derive_key(int port_, Pointer<wire_PBKDFDeriveReq> req) → void
wire_schnorr_from_seed(int port_, Pointer<wire_SchnorrFromSeedReq> req) → void
wire_schnorr_sign(int port_, Pointer<wire_SchnorrSignWithSeedReq> req) → void
wire_schnorr_verify(int port_, Pointer<wire_SchnorrVerifyReq> req) → void
wire_scrypt_derive_key(int port_, Pointer<wire_ScriptDeriveReq> req) → void
wire_secp256k1_from_seed(int port_, Pointer<wire_Secp256k1FromSeedReq> req) → void
wire_secp256k1_get_shared_secret(int port_, Pointer<wire_Secp256k1ShareSecretReq> req) → void
wire_secp256k1_recover(int port_, Pointer<wire_Secp256k1RecoverReq> req) → void
wire_secp256k1_sign(int port_, Pointer<wire_Secp256k1SignWithSeedReq> req) → void
wire_secp256k1_sign_recoverable(int port_, Pointer<wire_Secp256k1SignWithSeedReq> req) → void
wire_secp256k1_verify(int port_, Pointer<wire_Secp256k1VerifyReq> req) → void

Operators

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