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

    Parameters

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

    • Promise - The update message as a hex string