Interface TransactResult

The response from a Session.transact call.

Hierarchy

  • TransactResult

Properties

The chain that was used.

The SigningRequest representation of the transaction.

resolved: undefined | ResolvedSigningRequest

The ResolvedSigningRequest of the transaction

response?: {
    [key: string]: any;
}

The response from the API after sending the transaction, only present if transaction was broadcast.

Type declaration

  • [key: string]: any

An array containing revisions of the transaction as modified by plugins as ESR payloads

signatures: Signature[]

The transaction signatures.

The signer authority.

transaction: undefined | ResolvedTransaction

The resulting transaction.