ic-icrc-tx 0.1.3

A utility library for building and parse icrc transactions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ic-icrc-tx"
version = "0.1.3"
edition = "2021"
authors = ["Long Tran <long.tran@cashierapp.io>"]
license = "MIT OR Apache-2.0"
description = "A utility library for building and parse icrc transactions"
repository = "https://github.com/CashierHQ/transaction-utils"
readme = "README.md"
keywords = ["icrc1", "icp", "canister", "ledger", "candid"]

[dependencies]
base64 = "0.22.1"
candid = "0.10"
icrc-ledger-types = "0.1.6"
serde = "1.0.210"