MCPcopy Create free account
hub / github.com/dfinity/ICRC-1 / Mints

Class Mints

test/ref/test.rs:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22#[derive(CandidType, Debug)]
23struct Mints {
24 account: Account,
25 amount: Nat,
26}
27
28#[derive(CandidType)]
29struct RefInitArg {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected