Seb
Seb
Currently when requesting a transfer with an amount in TransferArgs below **10_000 e8s** the invoice canister will trap on an **arithmetic overflow**, due to this line : ``` amount =...
Change the VerifyInvoiceErrr type to a public type to grab it from external Motoko files.
### Summary It's currently not possible to use types defined inside an actor class in its own init arguments. ### Example ``` shared ({ caller }) persistent actor class Example(...