Documentation
¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type ExtensionOptionDynamicFeeTx
- func (*ExtensionOptionDynamicFeeTx) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionOptionDynamicFeeTx) GetMaxPriorityPrice() string
- func (*ExtensionOptionDynamicFeeTx) ProtoMessage()
- func (x *ExtensionOptionDynamicFeeTx) ProtoReflect() protoreflect.Message
- func (x *ExtensionOptionDynamicFeeTx) Reset()
- func (x *ExtensionOptionDynamicFeeTx) String() string
- type TxResult
- func (*TxResult) Descriptor() ([]byte, []int)deprecated
- func (x *TxResult) GetEthTxIndex() int32
- func (x *TxResult) GetFailed() bool
- func (x *TxResult) GetHeight() int64
- func (x *TxResult) GetTxIndex() uint32
- func (*TxResult) ProtoMessage()
- func (x *TxResult) ProtoReflect() protoreflect.Message
- func (x *TxResult) Reset()
- func (x *TxResult) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ethermint_types_v1_dynamic_fee_proto protoreflect.FileDescriptor
View Source
var File_ethermint_types_v1_indexer_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ExtensionOptionDynamicFeeTx ¶
type ExtensionOptionDynamicFeeTx struct {
// max_priority_price is the same as `max_priority_fee_per_gas` in eip-1559 spec
MaxPriorityPrice string `protobuf:"bytes,1,opt,name=max_priority_price,json=maxPriorityPrice,proto3" json:"max_priority_price,omitempty"`
// contains filtered or unexported fields
}
ExtensionOptionDynamicFeeTx is an extension option that specifies the maxPrioPrice for cosmos tx
func (*ExtensionOptionDynamicFeeTx) Descriptor
deprecated
func (*ExtensionOptionDynamicFeeTx) Descriptor() ([]byte, []int)
Deprecated: Use ExtensionOptionDynamicFeeTx.ProtoReflect.Descriptor instead.
func (*ExtensionOptionDynamicFeeTx) GetMaxPriorityPrice ¶
func (x *ExtensionOptionDynamicFeeTx) GetMaxPriorityPrice() string
func (*ExtensionOptionDynamicFeeTx) ProtoMessage ¶
func (*ExtensionOptionDynamicFeeTx) ProtoMessage()
func (*ExtensionOptionDynamicFeeTx) ProtoReflect ¶
func (x *ExtensionOptionDynamicFeeTx) ProtoReflect() protoreflect.Message
func (*ExtensionOptionDynamicFeeTx) Reset ¶
func (x *ExtensionOptionDynamicFeeTx) Reset()
func (*ExtensionOptionDynamicFeeTx) String ¶
func (x *ExtensionOptionDynamicFeeTx) String() string
type TxResult ¶
type TxResult struct {
// height of the blockchain
Height int64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
// tx_index of the cosmos transaction
TxIndex uint32 `protobuf:"varint,2,opt,name=tx_index,json=txIndex,proto3" json:"tx_index,omitempty"`
// eth_tx_index is the index in the list of valid eth tx in the block,
// aka. the transaction list returned by eth_getBlock api.
EthTxIndex int32 `protobuf:"varint,3,opt,name=eth_tx_index,json=ethTxIndex,proto3" json:"eth_tx_index,omitempty"`
// failed is true if the eth transaction did not go succeed
Failed bool `protobuf:"varint,4,opt,name=failed,proto3" json:"failed,omitempty"`
// contains filtered or unexported fields
}
TxResult is the value stored in eth tx indexer
func (*TxResult) Descriptor
deprecated
func (*TxResult) GetEthTxIndex ¶
func (*TxResult) GetTxIndex ¶
func (*TxResult) ProtoMessage ¶
func (*TxResult) ProtoMessage()
func (*TxResult) ProtoReflect ¶
func (x *TxResult) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.