Documentation ¶
Index ¶
- type BatchIDResponse
- type BatchTimeout
- type Event
- type Event_BatchIdResponse
- type Event_BatchTimeout
- type Event_NewBatch
- type Event_NewEpoch
- type Event_NewTransactions
- type Event_RequestBatch
- type Event_RequestBatchId
- type Event_RequestTransactionIds
- type Event_RequestTransactions
- type Event_TransactionIdsResponse
- type Event_TransactionsResponse
- type Event_Type
- type Event_TypeWrapper
- type NewBatch
- type NewEpoch
- type NewTransactions
- type RequestBatch
- type RequestBatchID
- type RequestBatchIDOrigin
- type RequestBatchIDOrigin_ContextStore
- type RequestBatchIDOrigin_Dsl
- type RequestBatchIDOrigin_Type
- type RequestBatchIDOrigin_TypeWrapper
- type RequestBatchOrigin
- type RequestBatchOrigin_ContextStore
- type RequestBatchOrigin_Dsl
- type RequestBatchOrigin_Type
- type RequestBatchOrigin_TypeWrapper
- type RequestTransactionIDs
- type RequestTransactionIDsOrigin
- type RequestTransactionIDsOrigin_ContextStore
- type RequestTransactionIDsOrigin_Dsl
- type RequestTransactionIDsOrigin_Type
- type RequestTransactionIDsOrigin_TypeWrapper
- type RequestTransactions
- type RequestTransactionsOrigin
- type RequestTransactionsOrigin_ContextStore
- type RequestTransactionsOrigin_Dsl
- type RequestTransactionsOrigin_Type
- type RequestTransactionsOrigin_TypeWrapper
- type TransactionIDsResponse
- type TransactionsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchIDResponse ¶
type BatchIDResponse struct { BatchId types3.BatchID Origin *RequestBatchIDOrigin }
func BatchIDResponseFromPb ¶
func BatchIDResponseFromPb(pb *mempoolpb.BatchIDResponse) *BatchIDResponse
func (*BatchIDResponse) MirReflect ¶
func (*BatchIDResponse) MirReflect() mirreflect.Type
func (*BatchIDResponse) Pb ¶
func (m *BatchIDResponse) Pb() *mempoolpb.BatchIDResponse
type BatchTimeout ¶
type BatchTimeout struct {
BatchReqID uint64
}
func BatchTimeoutFromPb ¶
func BatchTimeoutFromPb(pb *mempoolpb.BatchTimeout) *BatchTimeout
func (*BatchTimeout) MirReflect ¶
func (*BatchTimeout) MirReflect() mirreflect.Type
func (*BatchTimeout) Pb ¶
func (m *BatchTimeout) Pb() *mempoolpb.BatchTimeout
type Event ¶
type Event struct {
Type Event_Type
}
func EventFromPb ¶
func (*Event) MirReflect ¶
func (*Event) MirReflect() mirreflect.Type
type Event_BatchIdResponse ¶
type Event_BatchIdResponse struct {
BatchIdResponse *BatchIDResponse
}
func (*Event_BatchIdResponse) MirReflect ¶
func (*Event_BatchIdResponse) MirReflect() mirreflect.Type
func (*Event_BatchIdResponse) Pb ¶
func (w *Event_BatchIdResponse) Pb() mempoolpb.Event_Type
func (*Event_BatchIdResponse) Unwrap ¶
func (w *Event_BatchIdResponse) Unwrap() *BatchIDResponse
type Event_BatchTimeout ¶
type Event_BatchTimeout struct {
BatchTimeout *BatchTimeout
}
func (*Event_BatchTimeout) MirReflect ¶
func (*Event_BatchTimeout) MirReflect() mirreflect.Type
func (*Event_BatchTimeout) Pb ¶
func (w *Event_BatchTimeout) Pb() mempoolpb.Event_Type
func (*Event_BatchTimeout) Unwrap ¶
func (w *Event_BatchTimeout) Unwrap() *BatchTimeout
type Event_NewBatch ¶
type Event_NewBatch struct {
NewBatch *NewBatch
}
func (*Event_NewBatch) MirReflect ¶
func (*Event_NewBatch) MirReflect() mirreflect.Type
func (*Event_NewBatch) Pb ¶
func (w *Event_NewBatch) Pb() mempoolpb.Event_Type
func (*Event_NewBatch) Unwrap ¶
func (w *Event_NewBatch) Unwrap() *NewBatch
type Event_NewEpoch ¶
type Event_NewEpoch struct {
NewEpoch *NewEpoch
}
func (*Event_NewEpoch) MirReflect ¶
func (*Event_NewEpoch) MirReflect() mirreflect.Type
func (*Event_NewEpoch) Pb ¶
func (w *Event_NewEpoch) Pb() mempoolpb.Event_Type
func (*Event_NewEpoch) Unwrap ¶
func (w *Event_NewEpoch) Unwrap() *NewEpoch
type Event_NewTransactions ¶
type Event_NewTransactions struct {
NewTransactions *NewTransactions
}
func (*Event_NewTransactions) MirReflect ¶
func (*Event_NewTransactions) MirReflect() mirreflect.Type
func (*Event_NewTransactions) Pb ¶
func (w *Event_NewTransactions) Pb() mempoolpb.Event_Type
func (*Event_NewTransactions) Unwrap ¶
func (w *Event_NewTransactions) Unwrap() *NewTransactions
type Event_RequestBatch ¶
type Event_RequestBatch struct {
RequestBatch *RequestBatch
}
func (*Event_RequestBatch) MirReflect ¶
func (*Event_RequestBatch) MirReflect() mirreflect.Type
func (*Event_RequestBatch) Pb ¶
func (w *Event_RequestBatch) Pb() mempoolpb.Event_Type
func (*Event_RequestBatch) Unwrap ¶
func (w *Event_RequestBatch) Unwrap() *RequestBatch
type Event_RequestBatchId ¶
type Event_RequestBatchId struct {
RequestBatchId *RequestBatchID
}
func (*Event_RequestBatchId) MirReflect ¶
func (*Event_RequestBatchId) MirReflect() mirreflect.Type
func (*Event_RequestBatchId) Pb ¶
func (w *Event_RequestBatchId) Pb() mempoolpb.Event_Type
func (*Event_RequestBatchId) Unwrap ¶
func (w *Event_RequestBatchId) Unwrap() *RequestBatchID
type Event_RequestTransactionIds ¶
type Event_RequestTransactionIds struct {
RequestTransactionIds *RequestTransactionIDs
}
func (*Event_RequestTransactionIds) MirReflect ¶
func (*Event_RequestTransactionIds) MirReflect() mirreflect.Type
func (*Event_RequestTransactionIds) Pb ¶
func (w *Event_RequestTransactionIds) Pb() mempoolpb.Event_Type
func (*Event_RequestTransactionIds) Unwrap ¶
func (w *Event_RequestTransactionIds) Unwrap() *RequestTransactionIDs
type Event_RequestTransactions ¶
type Event_RequestTransactions struct {
RequestTransactions *RequestTransactions
}
func (*Event_RequestTransactions) MirReflect ¶
func (*Event_RequestTransactions) MirReflect() mirreflect.Type
func (*Event_RequestTransactions) Pb ¶
func (w *Event_RequestTransactions) Pb() mempoolpb.Event_Type
func (*Event_RequestTransactions) Unwrap ¶
func (w *Event_RequestTransactions) Unwrap() *RequestTransactions
type Event_TransactionIdsResponse ¶
type Event_TransactionIdsResponse struct {
TransactionIdsResponse *TransactionIDsResponse
}
func (*Event_TransactionIdsResponse) MirReflect ¶
func (*Event_TransactionIdsResponse) MirReflect() mirreflect.Type
func (*Event_TransactionIdsResponse) Pb ¶
func (w *Event_TransactionIdsResponse) Pb() mempoolpb.Event_Type
func (*Event_TransactionIdsResponse) Unwrap ¶
func (w *Event_TransactionIdsResponse) Unwrap() *TransactionIDsResponse
type Event_TransactionsResponse ¶
type Event_TransactionsResponse struct {
TransactionsResponse *TransactionsResponse
}
func (*Event_TransactionsResponse) MirReflect ¶
func (*Event_TransactionsResponse) MirReflect() mirreflect.Type
func (*Event_TransactionsResponse) Pb ¶
func (w *Event_TransactionsResponse) Pb() mempoolpb.Event_Type
func (*Event_TransactionsResponse) Unwrap ¶
func (w *Event_TransactionsResponse) Unwrap() *TransactionsResponse
type Event_Type ¶
type Event_Type interface { mirreflect.GeneratedType Pb() mempoolpb.Event_Type // contains filtered or unexported methods }
func Event_TypeFromPb ¶
func Event_TypeFromPb(pb mempoolpb.Event_Type) Event_Type
type Event_TypeWrapper ¶
type Event_TypeWrapper[T any] interface { Event_Type Unwrap() *T }
type NewBatch ¶
type NewBatch struct { TxIds []types.TxID Txs []*types1.Transaction Origin *RequestBatchOrigin }
func NewBatchFromPb ¶
func (*NewBatch) MirReflect ¶
func (*NewBatch) MirReflect() mirreflect.Type
type NewEpoch ¶
type NewEpoch struct { EpochNr types.EpochNr ClientProgress *types1.ClientProgress }
func NewEpochFromPb ¶
func (*NewEpoch) MirReflect ¶
func (*NewEpoch) MirReflect() mirreflect.Type
type NewTransactions ¶
type NewTransactions struct {
Transactions []*types1.Transaction
}
func NewTransactionsFromPb ¶
func NewTransactionsFromPb(pb *mempoolpb.NewTransactions) *NewTransactions
func (*NewTransactions) MirReflect ¶
func (*NewTransactions) MirReflect() mirreflect.Type
func (*NewTransactions) Pb ¶
func (m *NewTransactions) Pb() *mempoolpb.NewTransactions
type RequestBatch ¶
type RequestBatch struct { Epoch types.EpochNr Origin *RequestBatchOrigin }
func RequestBatchFromPb ¶
func RequestBatchFromPb(pb *mempoolpb.RequestBatch) *RequestBatch
func (*RequestBatch) MirReflect ¶
func (*RequestBatch) MirReflect() mirreflect.Type
func (*RequestBatch) Pb ¶
func (m *RequestBatch) Pb() *mempoolpb.RequestBatch
type RequestBatchID ¶
type RequestBatchID struct { TxIds []types.TxID Origin *RequestBatchIDOrigin }
func RequestBatchIDFromPb ¶
func RequestBatchIDFromPb(pb *mempoolpb.RequestBatchID) *RequestBatchID
func (*RequestBatchID) MirReflect ¶
func (*RequestBatchID) MirReflect() mirreflect.Type
func (*RequestBatchID) Pb ¶
func (m *RequestBatchID) Pb() *mempoolpb.RequestBatchID
type RequestBatchIDOrigin ¶
type RequestBatchIDOrigin struct { Module stdtypes.ModuleID Type RequestBatchIDOrigin_Type }
func RequestBatchIDOriginFromPb ¶
func RequestBatchIDOriginFromPb(pb *mempoolpb.RequestBatchIDOrigin) *RequestBatchIDOrigin
func (*RequestBatchIDOrigin) MirReflect ¶
func (*RequestBatchIDOrigin) MirReflect() mirreflect.Type
func (*RequestBatchIDOrigin) Pb ¶
func (m *RequestBatchIDOrigin) Pb() *mempoolpb.RequestBatchIDOrigin
type RequestBatchIDOrigin_ContextStore ¶
func (*RequestBatchIDOrigin_ContextStore) MirReflect ¶
func (*RequestBatchIDOrigin_ContextStore) MirReflect() mirreflect.Type
func (*RequestBatchIDOrigin_ContextStore) Pb ¶
func (w *RequestBatchIDOrigin_ContextStore) Pb() mempoolpb.RequestBatchIDOrigin_Type
func (*RequestBatchIDOrigin_ContextStore) Unwrap ¶
func (w *RequestBatchIDOrigin_ContextStore) Unwrap() *types4.Origin
type RequestBatchIDOrigin_Dsl ¶
func (*RequestBatchIDOrigin_Dsl) MirReflect ¶
func (*RequestBatchIDOrigin_Dsl) MirReflect() mirreflect.Type
func (*RequestBatchIDOrigin_Dsl) Pb ¶
func (w *RequestBatchIDOrigin_Dsl) Pb() mempoolpb.RequestBatchIDOrigin_Type
func (*RequestBatchIDOrigin_Dsl) Unwrap ¶
func (w *RequestBatchIDOrigin_Dsl) Unwrap() *types5.Origin
type RequestBatchIDOrigin_Type ¶
type RequestBatchIDOrigin_Type interface { mirreflect.GeneratedType Pb() mempoolpb.RequestBatchIDOrigin_Type // contains filtered or unexported methods }
func RequestBatchIDOrigin_TypeFromPb ¶
func RequestBatchIDOrigin_TypeFromPb(pb mempoolpb.RequestBatchIDOrigin_Type) RequestBatchIDOrigin_Type
type RequestBatchIDOrigin_TypeWrapper ¶
type RequestBatchIDOrigin_TypeWrapper[T any] interface { RequestBatchIDOrigin_Type Unwrap() *T }
type RequestBatchOrigin ¶
type RequestBatchOrigin struct { Module stdtypes.ModuleID Type RequestBatchOrigin_Type }
func RequestBatchOriginFromPb ¶
func RequestBatchOriginFromPb(pb *mempoolpb.RequestBatchOrigin) *RequestBatchOrigin
func (*RequestBatchOrigin) MirReflect ¶
func (*RequestBatchOrigin) MirReflect() mirreflect.Type
func (*RequestBatchOrigin) Pb ¶
func (m *RequestBatchOrigin) Pb() *mempoolpb.RequestBatchOrigin
type RequestBatchOrigin_ContextStore ¶
func (*RequestBatchOrigin_ContextStore) MirReflect ¶
func (*RequestBatchOrigin_ContextStore) MirReflect() mirreflect.Type
func (*RequestBatchOrigin_ContextStore) Pb ¶
func (w *RequestBatchOrigin_ContextStore) Pb() mempoolpb.RequestBatchOrigin_Type
func (*RequestBatchOrigin_ContextStore) Unwrap ¶
func (w *RequestBatchOrigin_ContextStore) Unwrap() *types4.Origin
type RequestBatchOrigin_Dsl ¶
func (*RequestBatchOrigin_Dsl) MirReflect ¶
func (*RequestBatchOrigin_Dsl) MirReflect() mirreflect.Type
func (*RequestBatchOrigin_Dsl) Pb ¶
func (w *RequestBatchOrigin_Dsl) Pb() mempoolpb.RequestBatchOrigin_Type
func (*RequestBatchOrigin_Dsl) Unwrap ¶
func (w *RequestBatchOrigin_Dsl) Unwrap() *types5.Origin
type RequestBatchOrigin_Type ¶
type RequestBatchOrigin_Type interface { mirreflect.GeneratedType Pb() mempoolpb.RequestBatchOrigin_Type // contains filtered or unexported methods }
func RequestBatchOrigin_TypeFromPb ¶
func RequestBatchOrigin_TypeFromPb(pb mempoolpb.RequestBatchOrigin_Type) RequestBatchOrigin_Type
type RequestBatchOrigin_TypeWrapper ¶
type RequestBatchOrigin_TypeWrapper[T any] interface { RequestBatchOrigin_Type Unwrap() *T }
type RequestTransactionIDs ¶
type RequestTransactionIDs struct { Txs []*types1.Transaction Origin *RequestTransactionIDsOrigin }
func RequestTransactionIDsFromPb ¶
func RequestTransactionIDsFromPb(pb *mempoolpb.RequestTransactionIDs) *RequestTransactionIDs
func (*RequestTransactionIDs) MirReflect ¶
func (*RequestTransactionIDs) MirReflect() mirreflect.Type
func (*RequestTransactionIDs) Pb ¶
func (m *RequestTransactionIDs) Pb() *mempoolpb.RequestTransactionIDs
type RequestTransactionIDsOrigin ¶
type RequestTransactionIDsOrigin struct { Module stdtypes.ModuleID Type RequestTransactionIDsOrigin_Type }
func RequestTransactionIDsOriginFromPb ¶
func RequestTransactionIDsOriginFromPb(pb *mempoolpb.RequestTransactionIDsOrigin) *RequestTransactionIDsOrigin
func (*RequestTransactionIDsOrigin) MirReflect ¶
func (*RequestTransactionIDsOrigin) MirReflect() mirreflect.Type
func (*RequestTransactionIDsOrigin) Pb ¶
func (m *RequestTransactionIDsOrigin) Pb() *mempoolpb.RequestTransactionIDsOrigin
type RequestTransactionIDsOrigin_ContextStore ¶
func (*RequestTransactionIDsOrigin_ContextStore) MirReflect ¶
func (*RequestTransactionIDsOrigin_ContextStore) MirReflect() mirreflect.Type
func (*RequestTransactionIDsOrigin_ContextStore) Unwrap ¶
func (w *RequestTransactionIDsOrigin_ContextStore) Unwrap() *types4.Origin
type RequestTransactionIDsOrigin_Dsl ¶
func (*RequestTransactionIDsOrigin_Dsl) MirReflect ¶
func (*RequestTransactionIDsOrigin_Dsl) MirReflect() mirreflect.Type
func (*RequestTransactionIDsOrigin_Dsl) Unwrap ¶
func (w *RequestTransactionIDsOrigin_Dsl) Unwrap() *types5.Origin
type RequestTransactionIDsOrigin_Type ¶
type RequestTransactionIDsOrigin_Type interface { mirreflect.GeneratedType Pb() mempoolpb.RequestTransactionIDsOrigin_Type // contains filtered or unexported methods }
func RequestTransactionIDsOrigin_TypeFromPb ¶
func RequestTransactionIDsOrigin_TypeFromPb(pb mempoolpb.RequestTransactionIDsOrigin_Type) RequestTransactionIDsOrigin_Type
type RequestTransactionIDsOrigin_TypeWrapper ¶
type RequestTransactionIDsOrigin_TypeWrapper[T any] interface { RequestTransactionIDsOrigin_Type Unwrap() *T }
type RequestTransactions ¶
type RequestTransactions struct { TxIds []types.TxID Origin *RequestTransactionsOrigin }
func RequestTransactionsFromPb ¶
func RequestTransactionsFromPb(pb *mempoolpb.RequestTransactions) *RequestTransactions
func (*RequestTransactions) MirReflect ¶
func (*RequestTransactions) MirReflect() mirreflect.Type
func (*RequestTransactions) Pb ¶
func (m *RequestTransactions) Pb() *mempoolpb.RequestTransactions
type RequestTransactionsOrigin ¶
type RequestTransactionsOrigin struct { Module stdtypes.ModuleID Type RequestTransactionsOrigin_Type }
func RequestTransactionsOriginFromPb ¶
func RequestTransactionsOriginFromPb(pb *mempoolpb.RequestTransactionsOrigin) *RequestTransactionsOrigin
func (*RequestTransactionsOrigin) MirReflect ¶
func (*RequestTransactionsOrigin) MirReflect() mirreflect.Type
func (*RequestTransactionsOrigin) Pb ¶
func (m *RequestTransactionsOrigin) Pb() *mempoolpb.RequestTransactionsOrigin
type RequestTransactionsOrigin_ContextStore ¶
func (*RequestTransactionsOrigin_ContextStore) MirReflect ¶
func (*RequestTransactionsOrigin_ContextStore) MirReflect() mirreflect.Type
func (*RequestTransactionsOrigin_ContextStore) Unwrap ¶
func (w *RequestTransactionsOrigin_ContextStore) Unwrap() *types4.Origin
type RequestTransactionsOrigin_Dsl ¶
func (*RequestTransactionsOrigin_Dsl) MirReflect ¶
func (*RequestTransactionsOrigin_Dsl) MirReflect() mirreflect.Type
func (*RequestTransactionsOrigin_Dsl) Pb ¶
func (w *RequestTransactionsOrigin_Dsl) Pb() mempoolpb.RequestTransactionsOrigin_Type
func (*RequestTransactionsOrigin_Dsl) Unwrap ¶
func (w *RequestTransactionsOrigin_Dsl) Unwrap() *types5.Origin
type RequestTransactionsOrigin_Type ¶
type RequestTransactionsOrigin_Type interface { mirreflect.GeneratedType Pb() mempoolpb.RequestTransactionsOrigin_Type // contains filtered or unexported methods }
func RequestTransactionsOrigin_TypeFromPb ¶
func RequestTransactionsOrigin_TypeFromPb(pb mempoolpb.RequestTransactionsOrigin_Type) RequestTransactionsOrigin_Type
type RequestTransactionsOrigin_TypeWrapper ¶
type RequestTransactionsOrigin_TypeWrapper[T any] interface { RequestTransactionsOrigin_Type Unwrap() *T }
type TransactionIDsResponse ¶
type TransactionIDsResponse struct { TxIds []types.TxID Origin *RequestTransactionIDsOrigin }
func TransactionIDsResponseFromPb ¶
func TransactionIDsResponseFromPb(pb *mempoolpb.TransactionIDsResponse) *TransactionIDsResponse
func (*TransactionIDsResponse) MirReflect ¶
func (*TransactionIDsResponse) MirReflect() mirreflect.Type
func (*TransactionIDsResponse) Pb ¶
func (m *TransactionIDsResponse) Pb() *mempoolpb.TransactionIDsResponse
type TransactionsResponse ¶
type TransactionsResponse struct { FoundIds []types.TxID FoundTxs []*types1.Transaction MissingIds []types.TxID Origin *RequestTransactionsOrigin }
func TransactionsResponseFromPb ¶
func TransactionsResponseFromPb(pb *mempoolpb.TransactionsResponse) *TransactionsResponse
func (*TransactionsResponse) MirReflect ¶
func (*TransactionsResponse) MirReflect() mirreflect.Type
func (*TransactionsResponse) Pb ¶
func (m *TransactionsResponse) Pb() *mempoolpb.TransactionsResponse
Click to show internal directories.
Click to hide internal directories.