corda / net.corda.core.transactions / FilteredComponentGroup / <init>

<init>

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

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.