Module iota_types::passkey_authenticator

source ·

Structs§

  • An passkey authenticator with parsed fields. See field definition below. Can be initialized from [struct RawPasskeyAuthenticator].
  • An raw passkey authenticator struct used during deserialization. Can be converted to [struct PasskeyAuthenticator].

Functions§

  • Compute the BCS hash of the value in intent message. In the case of transaction data, this is the BCS hash of struct TransactionData, different from the transaction digest itself that computes the BCS hash of the Rust type prefix and struct TransactionData. (See fn digest in impl Message for SenderSignedData).
  • Compute the digest that the signature committed over as intent || hash(tx_data), total of 3 + 32 = 35 bytes.