BuildCommitPriceTxArgs: {
    address: Address;
    chainId: SupportedChainId;
    ids: Hex[];
    keeperFactory: Address;
    revertOnFailure?: boolean;
    updateData: Hex;
    value: bigint;
    version: bigint;
}

Type declaration