pub fn address<E: Environment>(account: Sr25519Keyring) -> AddressExpand description
Returns the [ink::Address] for a given keyring account.
ยงDeveloper Note
We take the AccountId and return only the first twenty bytes, this
is what pallet-revive does as well.