pub opaque type AccountId
pub fn decoder() -> decode.Decoder(AccountId)
pub fn encode(account_id: AccountId) -> json.Json
pub const min_length: Int
pub fn parse(value: String) -> Result(AccountId, Nil)
pub fn to_string(account_id: AccountId) -> String