Fetch the current price for Fragmetric liquid restaking tokens.

Input: None

Returns: The current price of the specified Fragmetric token relative to SOL (1.0 = 1 SOL)

Example: Fetch the fragSOL token price

{ "fragmetricTask": { "token": "TOKEN_FRAG_SOL" } }

Implements

Constructors

  • Constructs a new FragmetricTask.

    Parameters

    Returns OracleJob.FragmetricTask

Properties

The Fragmetric token to fetch the price for

Methods

  • Converts this FragmetricTask to JSON.

    Returns { [k: string]: any }

    JSON object

  • Creates a new FragmetricTask instance using the specified properties.

    Parameters

    Returns OracleJob.FragmetricTask

    FragmetricTask instance

  • Decodes a FragmetricTask 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.FragmetricTask

    FragmetricTask

    If the payload is not a reader or valid buffer

    If required fields are missing

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

    Parameters

    • reader: Uint8Array<ArrayBufferLike> | Reader

      Reader or buffer to decode from

    Returns OracleJob.FragmetricTask

    FragmetricTask

    If the payload is not a reader or valid buffer

    If required fields are missing

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

    Parameters

    • message: IFragmetricTask

      FragmetricTask message or plain object to encode

    • Optionalwriter: Writer

      Writer to encode to

    Returns Writer

    Writer

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

    Parameters

    • message: IFragmetricTask

      FragmetricTask message or plain object to encode

    • Optionalwriter: Writer

      Writer to encode to

    Returns Writer

    Writer

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

    Parameters

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

      Plain object

    Returns OracleJob.FragmetricTask

    FragmetricTask

  • Gets the default type url for FragmetricTask

    Parameters

    Returns string

    The default type url

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

    Parameters

    Returns { [k: string]: any }

    Plain object

  • Verifies a FragmetricTask message.

    Parameters

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

      Plain object to verify

    Returns string

    null if valid, otherwise the reason why it is not