ICRC-1
ICRC-1 copied to clipboard
Unclear spender_subaccount in ICRC-2
TransferFromArgs
contains spender_subaccount : opt blob
in the readme but not in the did file, what is correct? Should it be added to did file or removed from readme?
In both cases the spender should be an Account
. I checked now and it looks like it is. Can you check again?
In both cases the spender should be an
Account
. I checked now and it looks like it is. Can you check again?
Its missing in transfer from args at: standards/ICRC-2/ICRC-2.did
Oh I see. Yes it's missing, there should be a spender_subaccount
in TransferFromArgs
as you said.
https://github.com/dfinity/ICRC-1/pull/138 addresses this