1package grc20
2
3// XXX: write Examples
4
5func ExampleInit() {}
6func ExampleExposeBankForMaketxRunOrImports() {}
7func ExampleCustomTellerImpl() {}
8func ExampleAllowance() {}
9func ExampleRealmBanker() {}
10func ExamplePrevRealmBanker() {}
11func ExampleAccountBanker() {}
12func ExampleTransfer() {}
13func ExampleApprove() {}
14func ExampleTransferFrom() {}
15func ExampleMint() {}
16func ExampleBurn() {}
17
18// ...
examples_test.gno
0.62 Kb ยท 18 lines