pub type Address<N> = Address<N>;
Expand description
See snarkvm/console/types/address
for the Address
type.
Derives the account address from an account compute key.
The type returned in the event of a conversion error.
Derives the account address from an account private key.
The type returned in the event of a conversion error.
Derives the account address from an account view key.
The type returned in the event of a conversion error.
Derives the account address from an account compute key.
The type returned in the event of a conversion error.
Derives the account address from an account private key.
The type returned in the event of a conversion error.
Derives the account address from an account view key.
The type returned in the event of a conversion error.