ComponentGroup

open class ComponentGroup(val groupIndex: Int, val components: List<OpaqueBytes>)

A ComponentGroup is used to store the full list of transaction components of the same type in serialised form. Practically, a group per component type of a transaction is required; thus, there will be a group for input states, a group for all attachments (if there are any) etc.

Inheritors

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
open val groupIndex: Int