Interface EIP712LiquidateSubaccountParams

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

Hierarchy (view full)

Properties

subaccountOwner: string
subaccountName: string

If the subaccount is not a valid UTF-8 string, it will be the hex representation of the bytes

liquidateeOwner: string
liquidateeName: string
mode: number
healthGroup: BigDecimalish
nonce: string