interface EIP712MintLpParams {
    subaccountOwner: string;
    subaccountName: string;
    productId: number;
    amountBase: BigNumberish;
    quoteAmountLow: BigNumberish;
    quoteAmountHigh: BigNumberish;
    nonce: string;
}

Hierarchy (view full)

Properties

subaccountOwner: string
subaccountName: string
productId: number
amountBase: BigNumberish
quoteAmountLow: BigNumberish
quoteAmountHigh: BigNumberish
nonce: string