Type alias L3Level

L3Level: {
    maker: PublicKey;
    orderId: number;
    price: BN;
    size: BN;
}

Type declaration

Generated using TypeDoc