Expand description
Account address type.
Structs§
- Address
- An account address.
Enums§
- Error
- Error.
- Signature
Address Spec - Information for signature-based authentication and public key-based address derivation.
Constants§
- ADDRESS_
BECH32_ HRP - Human readable part for Bech32-encoded addresses.
- ADDRESS_
RUNTIME_ V0_ CONTEXT - V0 runtime address context.
- ADDRESS_
RUNTIME_ V0_ VERSION - V0 runtime address version.
- ADDRESS_
V0_ ED25519_ CONTEXT - V0 Ed25519 addres context (shared with consensus layer).
- ADDRESS_
V0_ MODULE_ CONTEXT - V0 module address context.
- ADDRESS_
V0_ MULTISIG_ CONTEXT - V0 multisig address context.
- ADDRESS_
V0_ SECP256 K1ETH_ CONTEXT - V0 Secp256k1 address context.
- ADDRESS_
V0_ SR25519_ CONTEXT - V0 Sr25519 address context.
- ADDRESS_
V0_ VERSION - V0 address version.
Functions§
- generate_
custom_ eth_ address - Generate a custom Ethereum address with proper domain separation.