core library
Classes
- AccountBlock
- AccountBlock class represents an on chain Account Block
- AccountBlockMessage
- AccountBlockWithHeightMessage
- AccountInfo
- Address
- Amount
- BalanceInfo
- BlockTypeConverter
- CallbackParam
- ContractCallParams
- Hash
- HashHeight
- HashPrefix
- HeightRange
- PowClient
- PowDifficultyParams
- PowDifficultyResult
- QueryParams
- RawTransaction
- SnapshotBlock
- SnapshotBlockMessage
- Token
- TokenInfo
- TokenInfoList
- UnreceivedBlockMessage
- ViteClient
- VmLog
- VmLogFilter
- VmLogMessage
Enums
Extensions
Constants
- consensusContractAddress → const String
- delegateGid → const String
- dexFundContractAddress → const String
- dexTradeContractAddress → const String
- kAddressChecksumSize → const int
- kAddressCoreSize → const int
- kEmptyHashHex → const String
- kHashHexLength → const int
- kHashSize → const int
- kPrivateKeyLength → const int
- kPublicKeyLength → const int
- kSeedSize → const int
- kTokenChecksumSize → const int
- kTokenCoreSize → const int
- kTokenIdLength → const int
- kTokenIdPrefix → const String
- kViteAddressLength → const int
- kViteAddressPrefix → const String
- snapshotGid → const String
- stakingContractAddress → const String
- tokenIssuanceContractAddress → const String
- vcpTokenDecimals → const int
- vcpTokenId → const String
- viteTokenDecimals → const int
- viteTokenId → const String
- vxTokenDecimals → const int
- vxTokenId → const String
Properties
- createContractFee → BigInt
-
final
- issueTokenFee → BigInt
-
final
- minStakeForQuotaAmount → BigInt
-
final
- registerSbpStakeAmount → BigInt
-
final
Functions
-
blockTypeFromValue(
int value) → BlockType -
blockTypeToValue(
BlockType type) → int
Typedefs
- TokenId = String
-
TypedSubscribeCallback<
T> = void Function(CallbackParam) - ViteAddress = String