Module for handling Internet Computer ledger operations and account management.
This module provides utilities for working with the Internet Computer's ledger system, including account identifier computation, subaccount management, and conversion between different account formats.
Example
use Principal;
use AccountIdentifier;
let principal = from_text.unwrap;
let account_id = principal_to_legacy_account_id;