Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactResult

The result of a Link.transact call.

Hierarchy

Index

Properties

chain: LinkChain

The chain that was used.

The callback payload.

processed?: {}

Push transaction response from api node, only present if transaction was broadcast.

Type declaration

  • [key: string]: any
resolved: ResolvedSigningRequest

The resolved signing request.

resolvedTransaction: ResolvedTransaction

Resolved version of transaction, with the action data decoded.

signatures: Signature[]

The transaction signatures.

signer: PermissionLevel

The signer authority.

transaction: Transaction

The resulting transaction.

Generated using TypeDoc