DepositRecord

Git Source

Structure of a deposit

struct DepositRecord {
    uint112 amount;
    uint8 nonce;
}