Learn R Programming

trustedtimestamping (version 0.2.6)

validate_hashObject: Validate hash of an object/dataset (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...

Description

Validate hash of an object/dataset (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

validate_hashObject(url, data, proxy_ip = NULL, proxy_port = NULL)

Arguments

url

url

data

any dataset or object

proxy_ip

if needed, provide proxy ip

proxy_port

if needed, provide proxy port

Value

res result of validation

Examples

Run this code
# NOT RUN {
validate_hashObject("https://horizon.stellar.org/transactions/ea0ae0etc", data)
# }

Run the code above in your browser using DataLab