Build
Architecture
protocol
contracts
Revert.sol
Struct.revertcontext

Struct.revertcontext

Git Source (opens in a new tab)

Struct containing revert context passed to onRevert.

struct RevertContext {
    address sender;
    address asset;
    uint256 amount;
    bytes revertMessage;
}

Properties

NameTypeDescription
senderaddressAddress of account that initiated smart contract call.
assetaddressAddress of asset, empty if it's gas token.
amountuint256Amount specified with the transaction.
revertMessagebytesArbitrary data sent back in onRevert.

Continue Learning

Continue with the next part or try a related tutorial

Feedback
How has your developer experience been?
Share your feedback and help improve it for everyone.