Skip to main content

TermsAndConditionsChange

Terms and Conditions change record for history queries.

type TermsAndConditionsChange {
blockHeight: Int!
blockHash: HexEncoded!
timestamp: Int!
hash: HexEncoded!
url: String!
}

Fields

TermsAndConditionsChange.blockHeight ● Int! non-null scalar

The block height where this T&C version became effective.

TermsAndConditionsChange.blockHash ● HexEncoded! non-null scalar

The hex-encoded block hash where this T&C version became effective.

TermsAndConditionsChange.timestamp ● Int! non-null scalar

The UNIX timestamp when this T&C version became effective.

TermsAndConditionsChange.hash ● HexEncoded! non-null scalar

The hex-encoded hash of the Terms and Conditions document.

TermsAndConditionsChange.url ● String! non-null scalar

The URL where the Terms and Conditions can be found.

Returned By

termsAndConditionsHistory query