Fetch pricing information for Maple Finance assets.

Input: None

Returns: The requested price or value based on the specified method.

Example: Fetch the syrupUSDC fair price from Maple Finance

{ "mapleFinanceTask": { "method": "METHOD_SYRUP_USDC_FAIR_PRICE" } }

Implements

Constructors

Properties

The specific method to use for this task.

Methods

  • Converts this MapleFinanceTask to JSON.

    Returns { [k: string]: any }

    JSON object

  • Creates a new MapleFinanceTask instance using the specified properties.

    Parameters

    Returns OracleJob.MapleFinanceTask

    MapleFinanceTask instance

  • Decodes a MapleFinanceTask message from the specified reader or buffer.

    Parameters

    • reader: Uint8Array<ArrayBufferLike> | Reader

      Reader or buffer to decode from

    • Optionallength: number

      Message length if known beforehand

    Returns OracleJob.MapleFinanceTask

    MapleFinanceTask

    If the payload is not a reader or valid buffer

    If required fields are missing

  • Decodes a MapleFinanceTask message from the specified reader or buffer, length delimited.

    Parameters

    • reader: Uint8Array<ArrayBufferLike> | Reader

      Reader or buffer to decode from

    Returns OracleJob.MapleFinanceTask

    MapleFinanceTask

    If the payload is not a reader or valid buffer

    If required fields are missing

  • Encodes the specified MapleFinanceTask message. Does not implicitly verify messages.

    Parameters

    • message: IMapleFinanceTask

      MapleFinanceTask message or plain object to encode

    • Optionalwriter: Writer

      Writer to encode to

    Returns Writer

    Writer

  • Encodes the specified MapleFinanceTask message, length delimited. Does not implicitly verify messages.

    Parameters

    • message: IMapleFinanceTask

      MapleFinanceTask message or plain object to encode

    • Optionalwriter: Writer

      Writer to encode to

    Returns Writer

    Writer

  • Creates a MapleFinanceTask message from a plain object. Also converts values to their respective internal types.

    Parameters

    • object: { [k: string]: any }

      Plain object

    Returns OracleJob.MapleFinanceTask

    MapleFinanceTask

  • Gets the default type url for MapleFinanceTask

    Parameters

    Returns string

    The default type url

  • Creates a plain object from a MapleFinanceTask message. Also converts values to other types if specified.

    Parameters

    Returns { [k: string]: any }

    Plain object

  • Verifies a MapleFinanceTask message.

    Parameters

    • message: { [k: string]: any }

      Plain object to verify

    Returns string

    null if valid, otherwise the reason why it is not