validate_hashFile: Validate hash of a file (created on the fly) with hash on...

Description Usage Arguments Value Examples

View source: R/tts.r

Description

Validate hash of a file (created on the fly) with hash on STELLAR network p.s. stellar transactions take between 5-7 seconds. If you validate to soon after creating a timestamp, it will fail...

Usage

1
validate_hashFile(url, path, proxy_ip = NULL, proxy_port = NULL)

Arguments

url

url

path

filename (and path, if outside working directory)

proxy_ip

if needed, provide proxy ip

proxy_port

if needed, provide proxy port

Value

res result of validation

Examples

1
validate_hashFile("https://horizon.stellar.org/transactions/ea0ae0etc", "test.rds")

trustedtimestamping documentation built on July 31, 2019, 1:04 a.m.