Skip to content

Commit

Permalink
"docs: update protocol contract docs"
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Jan 11, 2025
1 parent e1cb550 commit fce9613
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct RevertContext {
|Name|Type|Description|
|----|----|-----------|
|`sender`|`address`|Address of account that initiated smart contract call.|
|`asset`|`address`|Address of asset, empty if it's gas token.|
|`asset`|`address`|Address of asset. On a connected chain, it contains the fungible token address or is empty if it's a gas token. On ZetaChain, it contains the address of the ZRC20.|
|`amount`|`uint256`|Amount specified with the transaction.|
|`revertMessage`|`bytes`|Arbitrary data sent back in onRevert.|

0 comments on commit fce9613

Please sign in to comment.