1 unstable release
0.1.0 | Mar 14, 2025 |
---|
#6 in #subcanister
125 downloads per month
19KB
241 lines
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 candid::Principal;
use ic_ledger_types::AccountIdentifier;
let principal = Principal::from_text("rrkah-fqaaa-aaaaa-aaaaq-cai").unwrap();
let account_id = principal_to_legacy_account_id(principal, None);
Dependencies
~6–13MB
~179K SLoC