systemlogpb

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionEvmTransfer

type ActionEvmTransfer struct {
	ActionHash           []byte         `protobuf:"bytes,1,opt,name=actionHash,proto3" json:"actionHash,omitempty"`
	NumEvmTransfer       int32          `protobuf:"varint,2,opt,name=numEvmTransfer,proto3" json:"numEvmTransfer,omitempty"`
	EvmTransferList      []*EvmTransfer `protobuf:"bytes,3,rep,name=evmTransferList,proto3" json:"evmTransferList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ActionEvmTransfer) Descriptor

func (*ActionEvmTransfer) Descriptor() ([]byte, []int)

func (*ActionEvmTransfer) GetActionHash

func (m *ActionEvmTransfer) GetActionHash() []byte

func (*ActionEvmTransfer) GetEvmTransferList

func (m *ActionEvmTransfer) GetEvmTransferList() []*EvmTransfer

func (*ActionEvmTransfer) GetNumEvmTransfer

func (m *ActionEvmTransfer) GetNumEvmTransfer() int32

func (*ActionEvmTransfer) ProtoMessage

func (*ActionEvmTransfer) ProtoMessage()

func (*ActionEvmTransfer) Reset

func (m *ActionEvmTransfer) Reset()

func (*ActionEvmTransfer) String

func (m *ActionEvmTransfer) String() string

func (*ActionEvmTransfer) XXX_DiscardUnknown

func (m *ActionEvmTransfer) XXX_DiscardUnknown()

func (*ActionEvmTransfer) XXX_Marshal

func (m *ActionEvmTransfer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionEvmTransfer) XXX_Merge

func (m *ActionEvmTransfer) XXX_Merge(src proto.Message)

func (*ActionEvmTransfer) XXX_Size

func (m *ActionEvmTransfer) XXX_Size() int

func (*ActionEvmTransfer) XXX_Unmarshal

func (m *ActionEvmTransfer) XXX_Unmarshal(b []byte) error

type ActionHashList

type ActionHashList struct {
	ActionHashList       [][]byte `protobuf:"bytes,1,rep,name=actionHashList,proto3" json:"actionHashList,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActionHashList) Descriptor

func (*ActionHashList) Descriptor() ([]byte, []int)

func (*ActionHashList) GetActionHashList

func (m *ActionHashList) GetActionHashList() [][]byte

func (*ActionHashList) ProtoMessage

func (*ActionHashList) ProtoMessage()

func (*ActionHashList) Reset

func (m *ActionHashList) Reset()

func (*ActionHashList) String

func (m *ActionHashList) String() string

func (*ActionHashList) XXX_DiscardUnknown

func (m *ActionHashList) XXX_DiscardUnknown()

func (*ActionHashList) XXX_Marshal

func (m *ActionHashList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionHashList) XXX_Merge

func (m *ActionHashList) XXX_Merge(src proto.Message)

func (*ActionHashList) XXX_Size

func (m *ActionHashList) XXX_Size() int

func (*ActionHashList) XXX_Unmarshal

func (m *ActionHashList) XXX_Unmarshal(b []byte) error

type BlockEvmTransfer

type BlockEvmTransfer struct {
	BlockHeight           uint64               `protobuf:"varint,1,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	NumEvmTransfer        int32                `protobuf:"varint,2,opt,name=numEvmTransfer,proto3" json:"numEvmTransfer,omitempty"`
	ActionEvmTransferList []*ActionEvmTransfer `protobuf:"bytes,3,rep,name=actionEvmTransferList,proto3" json:"actionEvmTransferList,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}             `json:"-"`
	XXX_unrecognized      []byte               `json:"-"`
	XXX_sizecache         int32                `json:"-"`
}

func (*BlockEvmTransfer) Descriptor

func (*BlockEvmTransfer) Descriptor() ([]byte, []int)

func (*BlockEvmTransfer) GetActionEvmTransferList

func (m *BlockEvmTransfer) GetActionEvmTransferList() []*ActionEvmTransfer

func (*BlockEvmTransfer) GetBlockHeight

func (m *BlockEvmTransfer) GetBlockHeight() uint64

func (*BlockEvmTransfer) GetNumEvmTransfer

func (m *BlockEvmTransfer) GetNumEvmTransfer() int32

func (*BlockEvmTransfer) ProtoMessage

func (*BlockEvmTransfer) ProtoMessage()

func (*BlockEvmTransfer) Reset

func (m *BlockEvmTransfer) Reset()

func (*BlockEvmTransfer) String

func (m *BlockEvmTransfer) String() string

func (*BlockEvmTransfer) XXX_DiscardUnknown

func (m *BlockEvmTransfer) XXX_DiscardUnknown()

func (*BlockEvmTransfer) XXX_Marshal

func (m *BlockEvmTransfer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockEvmTransfer) XXX_Merge

func (m *BlockEvmTransfer) XXX_Merge(src proto.Message)

func (*BlockEvmTransfer) XXX_Size

func (m *BlockEvmTransfer) XXX_Size() int

func (*BlockEvmTransfer) XXX_Unmarshal

func (m *BlockEvmTransfer) XXX_Unmarshal(b []byte) error

type EvmTransfer

type EvmTransfer struct {
	Amount               []byte   `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	From                 string   `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EvmTransfer) Descriptor

func (*EvmTransfer) Descriptor() ([]byte, []int)

func (*EvmTransfer) GetAmount

func (m *EvmTransfer) GetAmount() []byte

func (*EvmTransfer) GetFrom

func (m *EvmTransfer) GetFrom() string

func (*EvmTransfer) GetTo

func (m *EvmTransfer) GetTo() string

func (*EvmTransfer) ProtoMessage

func (*EvmTransfer) ProtoMessage()

func (*EvmTransfer) Reset

func (m *EvmTransfer) Reset()

func (*EvmTransfer) String

func (m *EvmTransfer) String() string

func (*EvmTransfer) XXX_DiscardUnknown

func (m *EvmTransfer) XXX_DiscardUnknown()

func (*EvmTransfer) XXX_Marshal

func (m *EvmTransfer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EvmTransfer) XXX_Merge

func (m *EvmTransfer) XXX_Merge(src proto.Message)

func (*EvmTransfer) XXX_Size

func (m *EvmTransfer) XXX_Size() int

func (*EvmTransfer) XXX_Unmarshal

func (m *EvmTransfer) XXX_Unmarshal(b []byte) error

type EvmTransferList

type EvmTransferList struct {
	EvmTransferList      []*EvmTransfer `protobuf:"bytes,1,rep,name=evmTransferList,proto3" json:"evmTransferList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*EvmTransferList) Descriptor

func (*EvmTransferList) Descriptor() ([]byte, []int)

func (*EvmTransferList) GetEvmTransferList

func (m *EvmTransferList) GetEvmTransferList() []*EvmTransfer

func (*EvmTransferList) ProtoMessage

func (*EvmTransferList) ProtoMessage()

func (*EvmTransferList) Reset

func (m *EvmTransferList) Reset()

func (*EvmTransferList) String

func (m *EvmTransferList) String() string

func (*EvmTransferList) XXX_DiscardUnknown

func (m *EvmTransferList) XXX_DiscardUnknown()

func (*EvmTransferList) XXX_Marshal

func (m *EvmTransferList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EvmTransferList) XXX_Merge

func (m *EvmTransferList) XXX_Merge(src proto.Message)

func (*EvmTransferList) XXX_Size

func (m *EvmTransferList) XXX_Size() int

func (*EvmTransferList) XXX_Unmarshal

func (m *EvmTransferList) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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