Documentation
¶
Index ¶
- type State
- func (a State) AddingBlockHeight() (uint64, error)
- func (a State) BlockVRF(blockHeader *proto.BlockHeader, height proto.Height) ([]byte, error)
- func (a State) HitSourceAtHeight(height uint64) ([]byte, error)
- func (a State) IsNotFound(err error) bool
- func (a State) NewestAccountBalance(account proto.Recipient, asset []byte) (uint64, error)
- func (a State) NewestAddrByAlias(alias proto.Alias) (proto.Address, error)
- func (a State) NewestAssetInfo(assetID crypto.Digest) (*proto.AssetInfo, error)
- func (a State) NewestAssetIsSponsored(assetID crypto.Digest) (bool, error)
- func (a State) NewestHeaderByHeight(height proto.Height) (*proto.BlockHeader, error)
- func (a State) NewestHeight() (uint64, error)
- func (a State) NewestTransactionByID(b []byte) (proto.Transaction, error)
- func (a State) NewestTransactionHeightByID(b []byte) (uint64, error)
- func (a State) RetrieveNewestBinaryEntry(account proto.Recipient, key string) (*proto.BinaryDataEntry, error)
- func (a State) RetrieveNewestBooleanEntry(account proto.Recipient, key string) (*proto.BooleanDataEntry, error)
- func (a State) RetrieveNewestEntry(account proto.Recipient, key string) (proto.DataEntry, error)
- func (a State) RetrieveNewestIntegerEntry(account proto.Recipient, key string) (*proto.IntegerDataEntry, error)
- func (a State) RetrieveNewestStringEntry(account proto.Recipient, key string) (*proto.StringDataEntry, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct { TransactionsByID map[string]proto.Transaction TransactionsHeightByID map[string]uint64 WavesBalance uint64 AssetsBalances map[crypto.Digest]uint64 DataEntries map[string]proto.DataEntry AssetIsSponsored bool BlockHeaderByHeight *proto.BlockHeader NewestHeightVal proto.Height Assets map[crypto.Digest]proto.AssetInfo }
func (State) AddingBlockHeight ¶
func (State) HitSourceAtHeight ¶ added in v0.5.0
func (State) IsNotFound ¶
func (State) NewestAccountBalance ¶
func (State) NewestAddrByAlias ¶
func (State) NewestAssetInfo ¶
func (State) NewestAssetIsSponsored ¶
func (State) NewestHeaderByHeight ¶
func (State) NewestHeight ¶
func (State) NewestTransactionByID ¶
func (a State) NewestTransactionByID(b []byte) (proto.Transaction, error)
func (State) NewestTransactionHeightByID ¶
func (State) RetrieveNewestBinaryEntry ¶
func (State) RetrieveNewestBooleanEntry ¶
func (State) RetrieveNewestEntry ¶
func (State) RetrieveNewestIntegerEntry ¶
func (State) RetrieveNewestStringEntry ¶
Click to show internal directories.
Click to hide internal directories.