Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "smartcontract/neovm/attestClaimTxBuilder"

Index

Variables

Const abiInfo

abiInfo: AbiInfo = AbiInfo.parseJson(JSON.stringify(abiJson))

Const contractAddress

contractAddress: Address = new Address(reverseHex(contractHash))

Const contractHash

contractHash: string = abiInfo.getHash().replace('0x', '')

Functions

buildCommitRecordTx

  • buildCommitRecordTx(claimId: string, issuer: string, subject: string, gasPrice: string, gasLimit: string, payer: Address): Transaction

buildGetRecordStatusTx

buildRevokeRecordTx

  • buildRevokeRecordTx(claimId: string, revokerOntid: string, gasPrice: string, gasLimit: string, payer: Address): Transaction

Generated using TypeDoc