DataTypes

Git Source

State Variables

NATIVE_ASSET

The address of the native asset as of EIP-7528.

address public constant NATIVE_ASSET =
    0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;

Structs

Token

struct Token {
    address tokenAddress;
    uint256 amount;
}