b3_utils 0.13.1

Utility functions for building on the Internet Computer
Documentation
1
2
3
4
5
6
7
use crate::ledger::types::TransferMemo;

pub const CANISTER_CREATE_MEMO: TransferMemo = 0x41455243;

pub const CANISTER_TOP_UP_MEMO: TransferMemo = 0x50555054;

pub const CANISTER_TRANSFER_MEMO: TransferMemo = 0x544153;