Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IdentifyResult

The result of a Link.identify call.

Hierarchy

Index

Properties

account?: AccountObject

The identified account, not present unless LinkOptions.verifyProofs is set to true.

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

The identity proof.

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