Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountState ¶
type AccountState struct {
ProgramHash common.Uint160
IsFrozen bool
Balances map[common.Uint256]common.Fixed64
}
func NewAccountState ¶
func (*AccountState) Deserialize ¶
func (as *AccountState) Deserialize(r io.Reader) error
func (*AccountState) ToArray ¶
func (as *AccountState) ToArray() []byte
Click to show internal directories.
Click to hide internal directories.