Skip to content

Commit

Permalink
Update transferred_coins documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Jan 2, 2024
1 parent c455921 commit c6ddd85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assembly/std/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ export function transactionCreator(): Address {

/**
* Returns the amount transferred in the current call.
*
* @remarks
* The returned value is related to the `coins` argument sent along the call.
* It is not related to the transferCoins or transferCoinsOf functions.
*
* @returns The value in the smallest unit.
*/
Expand Down

0 comments on commit c6ddd85

Please sign in to comment.