public func validate_subaccount(subaccount : ?T.Subaccount) : Bool
Checks if a subaccount is valid
public func validate(account : T.Account) : Bool
Checks if an account is valid
public func encode() : T.EncodedAccount
Implementation of ICRC1's Textual representation of accounts Encoding Standard
public func decode(encoded : T.EncodedAccount) : ?T.Account
Implementation of ICRC1's Textual representation of accounts Decoding Standard
public func fromText(encoded : Text) : ?T.Account
Converts an ICRC-1 Account from its Textual representation to the Account
type
public func toText(account : T.Account) : Text
Converts an ICRC-1 Account
to its Textual representation