Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountState ¶ added in v0.3.0
type AccountState struct {
IsValid bool
Address *address.Address
StorageInfo StorageInfo
AccountStorage
}
func (*AccountState) LoadFromCell ¶ added in v0.3.0
func (a *AccountState) LoadFromCell(loader *cell.LoadCell) error
type AccountStorage ¶ added in v0.3.0
func (*AccountStorage) LoadFromCell ¶ added in v0.3.0
func (s *AccountStorage) LoadFromCell(loader *cell.LoadCell) error
type StorageInfo ¶ added in v0.3.0
type StorageInfo struct {
StorageUsed StorageUsed
LastPaid uint32
DuePayment *big.Int
}
func (*StorageInfo) LoadFromCell ¶ added in v0.3.0
func (s *StorageInfo) LoadFromCell(loader *cell.LoadCell) error
type StorageUsed ¶ added in v0.3.0
func (*StorageUsed) LoadFromCell ¶ added in v0.3.0
func (s *StorageUsed) LoadFromCell(loader *cell.LoadCell) error
Click to show internal directories.
Click to hide internal directories.