interface EIP712BurnLpParams {
    subaccountOwner: string;
    subaccountName: string;
    productId: number;
    amount: BigNumberish;
    nonce: string;
}

Hierarchy (view full)

Properties

subaccountOwner: string
subaccountName: string
productId: number
amount: BigNumberish
nonce: string