Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MsgBase<MsgCreateBinaryOptionsMarketOrder.Params, MsgCreateBinaryOptionsMarketOrder.Proto>
    • MsgCreateBinaryOptionsMarketOrder

Index

Constructors

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { order: undefined | ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; }); sender: string } }
  • Returns { type: string; value: { order: undefined | ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; }); sender: string } }

    • type: string
    • value: { order: undefined | ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; }); sender: string }
      • order: undefined | ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; })
      • sender: string
  • toData(): { @type: string; order: undefined | DerivativeOrder; sender: string }
  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; order: undefined | { margin: string; market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }; sender: string }
  • Returns { @type: string; order: undefined | { margin: string; market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }; sender: string }

    • @type: string
    • order: undefined | { margin: string; market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }
    • sender: string

Generated using TypeDoc