wasmium_utilities/
common.rs

1pub type Ed25519PublicKeyArray = [u8; 32];
2pub type Ed25519SignatureArray = [u8; 64];
3pub type Keeper = [u8; 32];
4pub type Arbitrator = [u8; 32];
5pub type Base58PublicKey<'wm> = &'wm str;