Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DownloadParameter

Class represents download parameter

Hierarchy

  • DownloadParameter

Index

Constructors

constructor

  • new DownloadParameter(transactionHash: string, accountPrivateKey?: undefined | string, privacyStrategy?: PrivacyType, validateDigest?: undefined | false | true): DownloadParameter
  • Parameters

    • transactionHash: string
    • Optional accountPrivateKey: undefined | string
    • Optional privacyStrategy: PrivacyType
    • Optional validateDigest: undefined | false | true

    Returns DownloadParameter

Properties

Optional accountPrivateKey

accountPrivateKey: undefined | string

The sender or recipient account private key

Optional privacyStrategy

privacyStrategy: PrivacyType

The privacy strategy

transactionHash

transactionHash: string

The transaction has

Optional validateDigest

validateDigest: undefined | false | true

Determines to validate digest

Methods

validate

  • validate(): void
  • Validates the download parameter

    Returns void

Generated using TypeDoc