Standard Ed25519 public key-based authority.
A session-based Ed25519 authority with an expiration mechanism. Allows short-lived sessions to be derived from a main Ed25519 credential for performance and security.
No authority. Used as a placeholder or uninitialized value.
Standard Secp256k1 public key-based authority (commonly used in Ethereum).
A session-based Secp256k1 authority with expiration. Useful for deriving temporary keys from a main Secp256k1 wallet (e.g., for transaction batching or short-lived app sessions).
Represents the type of cryptographic authority used to authenticate actions on a Swig account.