Skip to main content

Module authenticator

Module authenticator 

Source
Expand description

Transaction authenticators.

Structs§

Ed25519Authenticator
Ed25519 authenticator helper.
Ed25519PublicKey
Ed25519 public key (32 bytes). Serializes WITH a length prefix as required by Aptos BCS format.
Ed25519Signature
Ed25519 signature (64 bytes). Serializes WITH a length prefix as required by Aptos BCS format.

Enums§

AccountAuthenticator
An authenticator for a single account (not the full transaction).
TransactionAuthenticator
An authenticator for a transaction.