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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_koinos_rpc_account_history_account_history_rpc_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccountHistoryEntry

type AccountHistoryEntry struct {
	SeqNum uint64 `protobuf:"varint,1,opt,name=seq_num,json=seqNum,proto3" json:"seq_num,omitempty"`
	// Types that are assignable to Record:
	//	*AccountHistoryEntry_Trx
	//	*AccountHistoryEntry_Block
	Record isAccountHistoryEntry_Record `protobuf_oneof:"record"`
	// contains filtered or unexported fields
}

func (*AccountHistoryEntry) Descriptor deprecated

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

Deprecated: Use AccountHistoryEntry.ProtoReflect.Descriptor instead.

func (*AccountHistoryEntry) GetBlock

func (*AccountHistoryEntry) GetRecord

func (m *AccountHistoryEntry) GetRecord() isAccountHistoryEntry_Record

func (*AccountHistoryEntry) GetSeqNum

func (x *AccountHistoryEntry) GetSeqNum() uint64

func (*AccountHistoryEntry) GetTrx

func (*AccountHistoryEntry) ProtoMessage

func (*AccountHistoryEntry) ProtoMessage()

func (*AccountHistoryEntry) ProtoReflect

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

func (*AccountHistoryEntry) Reset

func (x *AccountHistoryEntry) Reset()

func (*AccountHistoryEntry) String

func (x *AccountHistoryEntry) String() string

type AccountHistoryEntry_Block

type AccountHistoryEntry_Block struct {
	Block *account_history.BlockRecord `protobuf:"bytes,3,opt,name=block,proto3,oneof"`
}

type AccountHistoryEntry_Trx

type AccountHistoryEntry_Trx struct {
	Trx *account_history.TransactionRecord `protobuf:"bytes,2,opt,name=trx,proto3,oneof"`
}

type AccountHistoryRequest

type AccountHistoryRequest struct {

	// Types that are assignable to Request:
	//	*AccountHistoryRequest_Reserved
	//	*AccountHistoryRequest_GetAccountHistory
	Request isAccountHistoryRequest_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

func (*AccountHistoryRequest) Descriptor deprecated

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

Deprecated: Use AccountHistoryRequest.ProtoReflect.Descriptor instead.

func (*AccountHistoryRequest) GetGetAccountHistory

func (x *AccountHistoryRequest) GetGetAccountHistory() *GetAccountHistoryRequest

func (*AccountHistoryRequest) GetRequest

func (m *AccountHistoryRequest) GetRequest() isAccountHistoryRequest_Request

func (*AccountHistoryRequest) GetReserved

func (x *AccountHistoryRequest) GetReserved() *rpc.ReservedRpc

func (*AccountHistoryRequest) ProtoMessage

func (*AccountHistoryRequest) ProtoMessage()

func (*AccountHistoryRequest) ProtoReflect

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

func (*AccountHistoryRequest) Reset

func (x *AccountHistoryRequest) Reset()

func (*AccountHistoryRequest) String

func (x *AccountHistoryRequest) String() string

type AccountHistoryRequest_GetAccountHistory

type AccountHistoryRequest_GetAccountHistory struct {
	GetAccountHistory *GetAccountHistoryRequest `protobuf:"bytes,2,opt,name=get_account_history,json=getAccountHistory,proto3,oneof"`
}

type AccountHistoryRequest_Reserved

type AccountHistoryRequest_Reserved struct {
	Reserved *rpc.ReservedRpc `protobuf:"bytes,1,opt,name=reserved,proto3,oneof"`
}

type AccountHistoryResponse

type AccountHistoryResponse struct {

	// Types that are assignable to Response:
	//	*AccountHistoryResponse_Reserved
	//	*AccountHistoryResponse_Error
	//	*AccountHistoryResponse_GetAccountHistory
	Response isAccountHistoryResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*AccountHistoryResponse) Descriptor deprecated

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

Deprecated: Use AccountHistoryResponse.ProtoReflect.Descriptor instead.

func (*AccountHistoryResponse) GetError

func (x *AccountHistoryResponse) GetError() *rpc.ErrorStatus

func (*AccountHistoryResponse) GetGetAccountHistory

func (x *AccountHistoryResponse) GetGetAccountHistory() *GetAccountHistoryResponse

func (*AccountHistoryResponse) GetReserved

func (x *AccountHistoryResponse) GetReserved() *rpc.ReservedRpc

func (*AccountHistoryResponse) GetResponse

func (m *AccountHistoryResponse) GetResponse() isAccountHistoryResponse_Response

func (*AccountHistoryResponse) ProtoMessage

func (*AccountHistoryResponse) ProtoMessage()

func (*AccountHistoryResponse) ProtoReflect

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

func (*AccountHistoryResponse) Reset

func (x *AccountHistoryResponse) Reset()

func (*AccountHistoryResponse) String

func (x *AccountHistoryResponse) String() string

type AccountHistoryResponse_Error

type AccountHistoryResponse_Error struct {
	Error *rpc.ErrorStatus `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type AccountHistoryResponse_GetAccountHistory

type AccountHistoryResponse_GetAccountHistory struct {
	GetAccountHistory *GetAccountHistoryResponse `protobuf:"bytes,3,opt,name=get_account_history,json=getAccountHistory,proto3,oneof"`
}

type AccountHistoryResponse_Reserved

type AccountHistoryResponse_Reserved struct {
	Reserved *rpc.ReservedRpc `protobuf:"bytes,1,opt,name=reserved,proto3,oneof"`
}

type GetAccountHistoryRequest

type GetAccountHistoryRequest 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,oneof" json:"seq_num,omitempty"`
	Limit        uint64  `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Ascending    bool    `protobuf:"varint,4,opt,name=ascending,proto3" json:"ascending,omitempty"`
	Irreversible bool    `protobuf:"varint,5,opt,name=irreversible,proto3" json:"irreversible,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountHistoryRequest) Descriptor deprecated

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

Deprecated: Use GetAccountHistoryRequest.ProtoReflect.Descriptor instead.

func (*GetAccountHistoryRequest) GetAddress

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

func (*GetAccountHistoryRequest) GetAscending

func (x *GetAccountHistoryRequest) GetAscending() bool

func (*GetAccountHistoryRequest) GetIrreversible

func (x *GetAccountHistoryRequest) GetIrreversible() bool

func (*GetAccountHistoryRequest) GetLimit

func (x *GetAccountHistoryRequest) GetLimit() uint64

func (*GetAccountHistoryRequest) GetSeqNum

func (x *GetAccountHistoryRequest) GetSeqNum() uint64

func (*GetAccountHistoryRequest) ProtoMessage

func (*GetAccountHistoryRequest) ProtoMessage()

func (*GetAccountHistoryRequest) ProtoReflect

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

func (*GetAccountHistoryRequest) Reset

func (x *GetAccountHistoryRequest) Reset()

func (*GetAccountHistoryRequest) String

func (x *GetAccountHistoryRequest) String() string

type GetAccountHistoryResponse

type GetAccountHistoryResponse struct {
	Values []*AccountHistoryEntry `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountHistoryResponse) Descriptor deprecated

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

Deprecated: Use GetAccountHistoryResponse.ProtoReflect.Descriptor instead.

func (*GetAccountHistoryResponse) GetValues

func (*GetAccountHistoryResponse) ProtoMessage

func (*GetAccountHistoryResponse) ProtoMessage()

func (*GetAccountHistoryResponse) ProtoReflect

func (*GetAccountHistoryResponse) Reset

func (x *GetAccountHistoryResponse) Reset()

func (*GetAccountHistoryResponse) String

func (x *GetAccountHistoryResponse) String() string

Jump to

Keyboard shortcuts

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