DocumentationGitHubDiscord
  • Preparing search index...
  • The search index is not available
Switchboard On-Demand SDK - v2.17.5
  • Switchboard On-Demand SDK
  • EVM
  • getUpdate

Function getUpdate

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

    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<{ responses: FeedUpdateResult[]; failures: string[] }>

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

Settings

Member Visibility
DocumentationGitHubDocumentationGitHubDiscord
Switchboard On-Demand SDK - v2.17.5
  • Loading...

Generated using TypeDoc