| Crates.io | ic-icrc-tx |
| lib.rs | ic-icrc-tx |
| version | 0.1.3 |
| created_at | 2025-01-09 03:25:29.831374+00 |
| updated_at | 2025-01-10 07:52:45.193009+00 |
| description | A utility library for building and parse icrc transactions |
| homepage | |
| repository | https://github.com/CashierHQ/transaction-utils |
| max_upload_size | |
| id | 1509501 |
| size | 11,443 |
ic-icrc-tx Crate build and parse icrc transactionThis library using for building
to struct
pub struct CanisterCall {
pub canister_id: String,
pub method: String,
pub arg: String,
}
Parsing the arg back to rust struct
Parsing response from canister call to rust struct