GroupInfo

@Serializable
data class GroupInfo(var groupId: GroupId, var tokenAmt: Long, var authorityFlags: ULong = 0.toULong())

Decoded data about a group that is stored in transactions outputs

Constructors

Link copied to clipboard
constructor(groupId: GroupId, tokenAmt: Long, authorityFlags: ULong = 0.toULong())

Properties

Link copied to clipboard

If this is an authority, what authority flags are set

Link copied to clipboard

The group identifier

Link copied to clipboard

How many tokens of this group are involved

Functions

Link copied to clipboard

Returns true if this group is an authority

Link copied to clipboard

Returns true is this group is a subgroup

Link copied to clipboard
open override fun toString(): String