Packed Record TGovernanceToken

Hierarchy
Methods
Properties

Unit

Declaration

type TGovernanceToken = packed record

Description

Record representing a Governance Token (GVT)

Overview

Fields

Public Control: Integer;
Public Hash: String[64];
Public Number: String[2];
Public Owner: String[32];

Description

Fields

Public Control: Integer;

Control code for the governance token (?, TBD)

Public Hash: String[64];

Hash associated with the governance token.

Public Number: String[2];

Number associated with the governance token (TBD)

Public Owner: String[32];

Address of the current owner.


Generated by PasDoc 0.16.0-snapshot.