Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

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

Index

Constructors

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { data: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; sender: string } }
  • Returns { type: string; value: { data: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; sender: string } }

    • type: string
    • value: { data: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; sender: string }
      • data: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]
      • sender: string
  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; data: { market_id: string; order_hash: string; order_mask: number; subaccount_id: string }[]; sender: string }

Generated using TypeDoc