state

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Account.ProtoReflect.Descriptor instead.

func (*Account) GetBalance

func (x *Account) GetBalance() *types_pb.H256

func (*Account) GetCodeHash

func (x *Account) GetCodeHash() *types_pb.H256

func (*Account) GetIncarnation

func (x *Account) GetIncarnation() uint64

func (*Account) GetInitialised

func (x *Account) GetInitialised() bool

func (*Account) GetNonce

func (x *Account) GetNonce() uint64

func (*Account) GetRoot

func (x *Account) GetRoot() *types_pb.H256

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) ProtoReflect

func (x *Account) ProtoReflect() protoreflect.Message

func (*Account) Reset

func (x *Account) Reset()

func (*Account) String

func (x *Account) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use HashMap.ProtoReflect.Descriptor instead.

func (*HashMap) GetKey

func (x *HashMap) GetKey() *types_pb.H256

func (*HashMap) GetValue

func (x *HashMap) GetValue() *types_pb.H256

func (*HashMap) ProtoMessage

func (*HashMap) ProtoMessage()

func (*HashMap) ProtoReflect

func (x *HashMap) ProtoReflect() protoreflect.Message

func (*HashMap) Reset

func (x *HashMap) Reset()

func (*HashMap) String

func (x *HashMap) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL