Expand description
Transaction authenticators.
Structs§
- Ed25519
Authenticator - Ed25519 authenticator helper.
- Ed25519
Public Key - Ed25519 public key (32 bytes). Serializes WITH a length prefix as required by Aptos BCS format.
- Ed25519
Signature - Ed25519 signature (64 bytes). Serializes WITH a length prefix as required by Aptos BCS format.
Enums§
- Account
Authenticator - An authenticator for a single account (not the full transaction).
- Transaction
Authenticator - An authenticator for a transaction.