Interface EIP712CancelProductOrdersParams

interface EIP712CancelProductOrdersParams {
    subaccountOwner: string;
    subaccountName: string;
    productIds: number[];
    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

productIds: number[]
nonce: string