Type Definition pchain_types::cryptography::PublicAddress
source · pub type PublicAddress = [u8; 32];Expand description
Either:
- an Ed25519 public key representing an external account, or
- a contract address.
pub type PublicAddress = [u8; 32];Either: