Function near_primitives::utils::derive_near_implicit_account_id

source ยท
pub fn derive_near_implicit_account_id(
    public_key: &ED25519PublicKey
) -> AccountId
Expand description

Returns hex-encoded copy of the public key. This is a NEAR-implicit account ID which can be controlled by the corresponding ED25519 private key.