interface EIP712MintLpParams {
    subaccountOwner: string;
    subaccountName: string;
    productId: number;
    amountBase: BigDecimalish;
    quoteAmountLow: BigDecimalish;
    quoteAmountHigh: 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

productId: number
amountBase: BigDecimalish
quoteAmountLow: BigDecimalish
quoteAmountHigh: BigDecimalish
nonce: string