Interface EIP712LiquidateSubaccountParams

interface EIP712LiquidateSubaccountParams {
    subaccountOwner: string;
    subaccountName: string;
    liquidateeOwner: string;
    liquidateeName: string;
    mode: number;
    healthGroup: BigNumberish;
    amount: BigNumberish;
    nonce: string;
}

Hierarchy (view full)

Properties

subaccountOwner: string
subaccountName: string
liquidateeOwner: string
liquidateeName: string
mode: number
healthGroup: BigNumberish
amount: BigNumberish
nonce: string