Documentation
¶
Index ¶
- Variables
- type Account
- func (*Account) Descriptor() ([]byte, []int)deprecated
- func (x *Account) GetBalance() *types_pb.H256
- func (x *Account) GetCodeHash() *types_pb.H256
- func (x *Account) GetIncarnation() uint64
- func (x *Account) GetInitialised() bool
- func (x *Account) GetNonce() uint64
- func (x *Account) GetRoot() *types_pb.H256
- func (*Account) ProtoMessage()
- func (x *Account) ProtoReflect() protoreflect.Message
- func (x *Account) Reset()
- func (x *Account) String() string
- type HashMap
Constants ¶
This section is empty.
Variables ¶
View Source
var File_state_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { Initialised bool `protobuf:"varint,1,opt,name=Initialised,proto3" json:"Initialised,omitempty"` Nonce uint64 `protobuf:"varint,2,opt,name=Nonce,proto3" json:"Nonce,omitempty"` Balance *types_pb.H256 `protobuf:"bytes,3,opt,name=Balance,proto3" json:"Balance,omitempty"` Root *types_pb.H256 `protobuf:"bytes,4,opt,name=Root,proto3" json:"Root,omitempty"` CodeHash *types_pb.H256 `protobuf:"bytes,5,opt,name=CodeHash,proto3" json:"CodeHash,omitempty"` Incarnation uint64 `protobuf:"varint,6,opt,name=Incarnation,proto3" json:"Incarnation,omitempty"` // contains filtered or unexported fields }
func (*Account) Descriptor
deprecated
func (*Account) GetBalance ¶
func (*Account) GetCodeHash ¶
func (*Account) GetIncarnation ¶
func (*Account) GetInitialised ¶
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) ProtoReflect ¶
func (x *Account) ProtoReflect() protoreflect.Message
type HashMap ¶
type HashMap struct { Key *types_pb.H256 `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value *types_pb.H256 `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*HashMap) Descriptor
deprecated
func (*HashMap) ProtoMessage ¶
func (*HashMap) ProtoMessage()
func (*HashMap) ProtoReflect ¶
func (x *HashMap) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.