Skip to main content

ParseAccountIdError

Type Alias ParseAccountIdError 

Source
pub type ParseAccountIdError = ParseAccountError;
Expand description

Error parsing an account ID.

This is a re-export of the upstream near_account_id::ParseAccountError.

Aliased Typeยง

pub struct ParseAccountIdError { /* private fields */ }