corda / net.corda.core.transactions / FilteredComponentGroup

FilteredComponentGroup

data class FilteredComponentGroup : ComponentGroup

A FilteredComponentGroup is used to store the filtered list of transaction components of the same type in serialised form. This is similar to ComponentGroup, but it also includes the corresponding nonce per component.

Constructors

<init>

A FilteredComponentGroup is used to store the filtered list of transaction components of the same type in serialised form. This is similar to ComponentGroup, but it also includes the corresponding nonce per component.

FilteredComponentGroup(groupIndex: Int, components: List<OpaqueBytes>, nonces: List<SecureHash>, partialMerkleTree: PartialMerkleTree)

Properties

components

val components: List<OpaqueBytes>

groupIndex

val groupIndex: Int

nonces

val nonces: List<SecureHash>

partialMerkleTree

val partialMerkleTree: PartialMerkleTree