interface WithdrawalEventObject {
    src: string;
    wad: bigint;
}

Properties

Properties

src: string
wad: bigint