WrapperPlaceOrderParams: {
    baseAtoms: beet.bignum;
    clientOrderId: beet.bignum;
    isBid: boolean;
    lastValidSlot: number;
    orderType: wrapper.OrderType;
    priceExponent: number;
    priceMantissa: number;
}