AgentDartPlatform class

Constructors

AgentDartPlatform(DynamicLibrary dylib)

Properties

dropPort → NativePortType
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
inner AgentDartWire
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

api2wire_box_autoadd_aes_decrypt_req(AesDecryptReq raw) Pointer<wire_AesDecryptReq>
api2wire_box_autoadd_aes_encrypt_req(AesEncryptReq raw) Pointer<wire_AesEncryptReq>
api2wire_box_autoadd_bls_verify_req(BLSVerifyReq raw) Pointer<wire_BLSVerifyReq>
api2wire_box_autoadd_ed_25519_from_seed_req(ED25519FromSeedReq raw) Pointer<wire_ED25519FromSeedReq>
api2wire_box_autoadd_ed_25519_sign_req(ED25519SignReq raw) Pointer<wire_ED25519SignReq>
api2wire_box_autoadd_ed_25519_verify_req(ED25519VerifyReq raw) Pointer<wire_ED25519VerifyReq>
api2wire_box_autoadd_p_256_from_seed_req(P256FromSeedReq raw) Pointer<wire_P256FromSeedReq>
api2wire_box_autoadd_p_256_share_secret_req(P256ShareSecretReq raw) Pointer<wire_P256ShareSecretReq>
api2wire_box_autoadd_p_256_sign_with_seed_req(P256SignWithSeedReq raw) Pointer<wire_P256SignWithSeedReq>
api2wire_box_autoadd_p_256_verify_req(P256VerifyReq raw) Pointer<wire_P256VerifyReq>
api2wire_box_autoadd_pbkdf_derive_req(PBKDFDeriveReq raw) Pointer<wire_PBKDFDeriveReq>
api2wire_box_autoadd_phrase_to_seed_req(PhraseToSeedReq raw) Pointer<wire_PhraseToSeedReq>
api2wire_box_autoadd_schnorr_from_seed_req(SchnorrFromSeedReq raw) Pointer<wire_SchnorrFromSeedReq>
api2wire_box_autoadd_schnorr_sign_with_seed_req(SchnorrSignWithSeedReq raw) Pointer<wire_SchnorrSignWithSeedReq>
api2wire_box_autoadd_schnorr_verify_req(SchnorrVerifyReq raw) Pointer<wire_SchnorrVerifyReq>
api2wire_box_autoadd_script_derive_req(ScriptDeriveReq raw) Pointer<wire_ScriptDeriveReq>
api2wire_box_autoadd_secp_256_k_1_from_seed_req(Secp256k1FromSeedReq raw) Pointer<wire_Secp256k1FromSeedReq>
api2wire_box_autoadd_secp_256_k_1_recover_req(Secp256k1RecoverReq raw) Pointer<wire_Secp256k1RecoverReq>
api2wire_box_autoadd_secp_256_k_1_share_secret_req(Secp256k1ShareSecretReq raw) Pointer<wire_Secp256k1ShareSecretReq>
api2wire_box_autoadd_secp_256_k_1_sign_with_seed_req(Secp256k1SignWithSeedReq raw) Pointer<wire_Secp256k1SignWithSeedReq>
api2wire_box_autoadd_secp_256_k_1_verify_req(Secp256k1VerifyReq raw) Pointer<wire_Secp256k1VerifyReq>
api2wire_box_autoadd_seed_to_key_req(SeedToKeyReq raw) Pointer<wire_SeedToKeyReq>
api2wire_box_autoadd_u8(int raw) Pointer<Uint8>
api2wire_opt_box_autoadd_u8(int? raw) Pointer<Uint8>
api2wire_opt_uint_8_list(Uint8List? raw) Pointer<wire_uint_8_list>
api2wire_String(String raw) Pointer<wire_uint_8_list>
api2wire_uint_8_list(Uint8List raw) Pointer<wire_uint_8_list>
dispose() → void
inherited
executeNormal<S, E extends Object>(FlutterRustBridgeTask<S, E> task) Future<S>
Execute a normal ffi call. Usually called by generated code instead of manually called.
inherited
executeStream<S, E extends Object>(FlutterRustBridgeTask<S, E> task) Stream<S>
Similar to executeNormal, except that this will return a Stream instead of a Future.
inherited
executeSync<S, E extends Object>(FlutterRustBridgeSyncTask<S, E> task) → S
Similar to executeNormal, except that this will return synchronously
inherited
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