Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Private _issuerInfo

_issuerInfo: string

Accessors

fee

  • get fee(): string
  • set fee(val: string): void

hash

  • get hash(): string
  • Returns calculated hash or Builds the request and calculates the hash

    throws

    An exception if missing parameters or invalid parameters

    type

    {string}

    readonly

    Returns string

issuerInfo

  • get issuerInfo(): string
  • set issuerInfo(val: string): void

origin

  • get origin(): string
  • set origin(origin: string): void

originAccount

  • get originAccount(): string

previous

  • get previous(): string
  • set previous(hex: string): void

published

  • get published(): boolean
  • set published(val: boolean): void

sequence

  • get sequence(): number
  • set sequence(val: number): void

signature

  • get signature(): string
  • set signature(hex: string): void

timestamp

  • get timestamp(): string
  • set timestamp(timestamp: string): void

tokenID

  • get tokenID(): string
  • set tokenID(val: string): void

type

  • get type(): string

typeValue

  • get typeValue(): number

version

  • get version(): number

work

  • get work(): string
  • set work(hex: string): void

Methods

publish

  • publish(rpcSettings: RPCOptions, delegates?: string[]): Promise<object>

requestHash

sign

  • sign(privateKey: string): boolean
  • Creates a signature for the request

    Parameters

    • privateKey: string

      private key in hex

    Returns boolean

    if the signature is valid

toJSON

verify

  • verify(): boolean

Generated using TypeDoc