account_history

package
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_koinos_account_history_account_history_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccountMetadata

type AccountMetadata struct {
	SeqNum uint64 `protobuf:"varint,1,opt,name=seq_num,json=seqNum,proto3" json:"seq_num,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountMetadata) Descriptor deprecated

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

Deprecated: Use AccountMetadata.ProtoReflect.Descriptor instead.

func (*AccountMetadata) GetSeqNum

func (x *AccountMetadata) GetSeqNum() uint64

func (*AccountMetadata) ProtoMessage

func (*AccountMetadata) ProtoMessage()

func (*AccountMetadata) ProtoReflect

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

func (*AccountMetadata) Reset

func (x *AccountMetadata) Reset()

func (*AccountMetadata) String

func (x *AccountMetadata) String() string

type BlockRecord

type BlockRecord struct {
	Header  *protocol.BlockHeader  `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Receipt *protocol.BlockReceipt `protobuf:"bytes,2,opt,name=receipt,proto3" json:"receipt,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockRecord) Descriptor deprecated

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

Deprecated: Use BlockRecord.ProtoReflect.Descriptor instead.

func (*BlockRecord) GetHeader

func (x *BlockRecord) GetHeader() *protocol.BlockHeader

func (*BlockRecord) GetReceipt

func (x *BlockRecord) GetReceipt() *protocol.BlockReceipt

func (*BlockRecord) ProtoMessage

func (*BlockRecord) ProtoMessage()

func (*BlockRecord) ProtoReflect

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

func (*BlockRecord) Reset

func (x *BlockRecord) Reset()

func (*BlockRecord) String

func (x *BlockRecord) String() string

type HistoryIndex

type HistoryIndex struct {
	Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	SeqNum  uint64 `protobuf:"varint,2,opt,name=seq_num,json=seqNum,proto3" json:"seq_num,omitempty"`
	// contains filtered or unexported fields
}

func (*HistoryIndex) Descriptor deprecated

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

Deprecated: Use HistoryIndex.ProtoReflect.Descriptor instead.

func (*HistoryIndex) GetAddress

func (x *HistoryIndex) GetAddress() []byte

func (*HistoryIndex) GetSeqNum

func (x *HistoryIndex) GetSeqNum() uint64

func (*HistoryIndex) ProtoMessage

func (*HistoryIndex) ProtoMessage()

func (*HistoryIndex) ProtoReflect

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

func (*HistoryIndex) Reset

func (x *HistoryIndex) Reset()

func (*HistoryIndex) String

func (x *HistoryIndex) String() string

type HistoryRecord

type HistoryRecord struct {

	// Types that are assignable to Record:
	//	*HistoryRecord_Trx
	//	*HistoryRecord_Block
	Record isHistoryRecord_Record `protobuf_oneof:"record"`
	// contains filtered or unexported fields
}

func (*HistoryRecord) Descriptor deprecated

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

Deprecated: Use HistoryRecord.ProtoReflect.Descriptor instead.

func (*HistoryRecord) GetBlock

func (x *HistoryRecord) GetBlock() *BlockRecord

func (*HistoryRecord) GetRecord

func (m *HistoryRecord) GetRecord() isHistoryRecord_Record

func (*HistoryRecord) GetTrx

func (x *HistoryRecord) GetTrx() *TransactionRecord

func (*HistoryRecord) ProtoMessage

func (*HistoryRecord) ProtoMessage()

func (*HistoryRecord) ProtoReflect

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

func (*HistoryRecord) Reset

func (x *HistoryRecord) Reset()

func (*HistoryRecord) String

func (x *HistoryRecord) String() string

type HistoryRecord_Block

type HistoryRecord_Block struct {
	Block *BlockRecord `protobuf:"bytes,2,opt,name=block,proto3,oneof"`
}

type HistoryRecord_Trx

type HistoryRecord_Trx struct {
	Trx *TransactionRecord `protobuf:"bytes,1,opt,name=trx,proto3,oneof"`
}

type TransactionRecord

type TransactionRecord struct {
	Transaction *protocol.Transaction        `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	Receipt     *protocol.TransactionReceipt `protobuf:"bytes,2,opt,name=receipt,proto3" json:"receipt,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionRecord) Descriptor deprecated

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

Deprecated: Use TransactionRecord.ProtoReflect.Descriptor instead.

func (*TransactionRecord) GetReceipt

func (*TransactionRecord) GetTransaction

func (x *TransactionRecord) GetTransaction() *protocol.Transaction

func (*TransactionRecord) ProtoMessage

func (*TransactionRecord) ProtoMessage()

func (*TransactionRecord) ProtoReflect

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

func (*TransactionRecord) Reset

func (x *TransactionRecord) Reset()

func (*TransactionRecord) String

func (x *TransactionRecord) String() string

Jump to

Keyboard shortcuts

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