• Preparing search index...
  • The search index is not available
@switchboard-xyz/on-demand
  • @switchboard-xyz/on-demand
  • EVM
  • getUpdate

Function getUpdate

  • getUpdate(
        params: FeedUpdateCommonOptions,
        queue: Queue,
    ): Promise<{ failures: string[]; responses: FeedUpdateResult[] }>

    Get the update message for the EVM for a particular feed This is useful for feeds that have already been created on chain

    Parameters

    • params: FeedUpdateCommonOptions

      FeedUpdateCommonOptions: Parameters for the upsert message

    • queue: Queue

      Queue: The queue account

    Returns Promise<{ failures: string[]; responses: FeedUpdateResult[] }>

    • Promise - The update message as a hex string
    • Defined in javascript/on-demand/src/evm/index.ts:234

Settings

Member Visibility
@switchboard-xyz/on-demand
  • Loading...

Generated using TypeDoc