Result

data class Result(val stx: SignedTransaction, val recipient: AbstractParty?)

Combined signed transaction and identity lookup map, which is the resulting data from regular cash flows. Specialised flows for unit tests differ from this.

Parameters

stx

the signed transaction.

recipient

the identity used for the other side of the transaction, where applicable (i.e. this is null for exit transactions). For anonymous transactions this is the confidential identity generated for the transaction, otherwise this is the well known identity.

Constructors

Link copied to clipboard
constructor(stx: SignedTransaction, recipient: AbstractParty?)

Properties

Link copied to clipboard
Link copied to clipboard