Type Definition near_sdk::AccountId[][src]

type AccountId = String;

Account identifier. Provides access to user’s state.

Trait Implementations

impl From<ValidAccountId> for AccountId[src]