The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The raw claim to be issued.
This issuer's WIF.
Builds a claim payload from a raw claim for submission.
Issues an on-chain claim against an identity.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
the claim payload built by buildClaim
.
the claim issuer's WIF.
Creates a new claim topic
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The name of the claim topic.
An array of the different fields within claims that are issued to against this topic.
The claim topic creator.
Checks is the contract has been deployed.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
Retrieves a claim by its claim id.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The claim id of the claim being requested.
Gets a claim by its pointer.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The pointer to retrieve a claim from.
Checks if a claim exists.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The claim id to check the existance of.
Checks if the target claim has expired.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
the claim id of the claim to check.
Retrieves the issuer of a claim.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The claim id of the claim to target.
Retrieves the signature of a claim.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The claim id of the target claim.
Retrieves the subject of a claim.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The target claim.
Retrieves the topic of a claim
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The target claim.
Retrieves a claim topic by its pointer.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The pointer to retrieve.
Retrieves a claim topic definition by the claim topic.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The claim topic to retrieve.
Retrieves the claim topic write pointer. This can be used with an iterator and getClaimTopicByPointer
to grab all the claim topics.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
Retrieves the verification URI of a claim
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The claim id being targeted.
Retrieves the claim write pointer. This can be used with getClaimByPointer
to iterate over and retrieve all claims.
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
Gets the contract name
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
Registers the contract with the contract name service
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The contract name service script hash.
The issuer WIF.
Updates the contract's hash in the contract name service
The Neo network target.
The claims script hash found which can be found by using NeoContractNameService.getAddress
.
The contract name service script hash.
The issuer's WIF.
Generated using TypeDoc
Builds and creates a claim.