Skip to main content

Address

Type Alias Address 

Source
pub type Address = Bytes;
Expand description

Address hash literal type to uniquely identify contracts/accounts on a blockchain.

Aliased Type§

pub struct Address(pub Bytes);

Tuple Fields§

§0: Bytes

Trait Implementations§

Source§

impl From<Arc<Token>> for Address

Source§

fn from(val: Arc<Token>) -> Self

Converts to this type from the input type.