FilteredComponentGroup

data class FilteredComponentGroup(val groupIndex: Int, val components: List<OpaqueBytes>, val nonces: List<SecureHash>, val partialMerkleTree: PartialMerkleTree) : 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

Link copied to clipboard
constructor(groupIndex: Int, components: List<OpaqueBytes>, nonces: List<SecureHash>, partialMerkleTree: PartialMerkleTree)

Properties

Link copied to clipboard
open override val components: List<OpaqueBytes>
Link copied to clipboard
open override val groupIndex: Int
Link copied to clipboard
Link copied to clipboard