Packed Record TSummaryData
Unit
Declaration
type TSummaryData = packed record
Description
Holds the data for each address' summary
Overview
Fields
![]() |
Balance: Int64; |
![]() |
CustomAlias: String[40]; |
![]() |
Hash: String[40]; |
![]() |
LastOperation: Int64; |
![]() |
Score: Int64; |
Description
Fields
![]() |
Balance: Int64; |
|
| |
![]() |
CustomAlias: String[40]; |
|
Optional custom alias for the address | |
![]() |
Hash: String[40]; |
|
Public | |
![]() |
LastOperation: Int64; |
|
Block number of the last operation for the address | |
![]() |
Score: Int64; |
|
Token balance related to the address | |
Generated by PasDoc 0.16.0-snapshot.
