Skip to content

Commit

Permalink
Merge pull request #138 from dfinity/maciej-spender-subaccount
Browse files Browse the repository at this point in the history
add spender_subaccount to transfer_from arguments
  • Loading branch information
maciejdfinity authored Jul 26, 2023
2 parents 8af698a + 1daa045 commit 7952e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions standards/ICRC-2/ICRC-2.did
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type ApproveError = variant {
};

type TransferFromArgs = record {
spender_subaccount : opt blob;
from : Account;
to : Account;
amount : nat;
Expand Down

0 comments on commit 7952e69

Please sign in to comment.