Address is the base interface all address types must implement.
Represents a parsed address
Return the address in its canonical string format
Return the bytes for the address
Return an Address that has been converted to its Universal representation
unwrap returns the underlying native address type, e.g.: a Uint8Array for UniversalAddress a checksum hex string string for EVM(ethers) a PublicKey for Solana etc.
Generated using TypeDoc
Address is the base interface all address types must implement.
Represents a parsed address