Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

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

Index

Constructors

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { base_denom: string; min_price_tick_size: string; min_quantity_tick_size: string; quote_denom: string; sender: string; ticker: string } }
  • Returns { type: string; value: { base_denom: string; min_price_tick_size: string; min_quantity_tick_size: string; quote_denom: string; sender: string; ticker: string } }

    • type: string
    • value: { base_denom: string; min_price_tick_size: string; min_quantity_tick_size: string; quote_denom: string; sender: string; ticker: string }
      • base_denom: string
      • min_price_tick_size: string
      • min_quantity_tick_size: string
      • quote_denom: string
      • sender: string
      • ticker: string
  • toData(): { @type: string; baseDenom: string; minPriceTickSize: string; minQuantityTickSize: string; quoteDenom: string; sender: string; ticker: string }
  • Returns { @type: string; baseDenom: string; minPriceTickSize: string; minQuantityTickSize: string; quoteDenom: string; sender: string; ticker: string }

    • @type: string
    • baseDenom: string

      type of coin to use as the base currency

    • minPriceTickSize: string

      min_price_tick_size defines the minimum tick size of the order's price

    • minQuantityTickSize: string

      min_quantity_tick_size defines the minimum tick size of the order's quantity

    • quoteDenom: string

      type of coin to use as the quote currency

    • sender: string
    • ticker: string

      Ticker for the spot market.

  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; base_denom: string; min_price_tick_size: string; min_quantity_tick_size: string; quote_denom: string; sender: string; ticker: string }

Generated using TypeDoc