Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TransactionURI

Implements

Index

Constructors

constructor

  • new TransactionURI(data: string, generationHash: undefined | string, nodeUrl: undefined | string, webhookUrl: undefined | string): TransactionURI
  • Parameters

    • data: string
    • Optional generationHash: undefined | string
    • Optional nodeUrl: undefined | string
    • Optional webhookUrl: undefined | string

    Returns TransactionURI

Properties

data

data: string

Optional generationHash

generationHash: undefined | string

Optional nodeUrl

nodeUrl: undefined | string

Optional webhookUrl

webhookUrl: undefined | string

Static ACTION

ACTION: string = "transaction"

Static PROTOCOL

PROTOCOL: string = "web+symbol://"

Methods

build

  • build(): string

toTransaction

  • toTransaction(): Transaction

Static fromURI

Generated using TypeDoc