Documentation
¶
Index ¶
- Variables
- type FeeParametersChanged
- func (*FeeParametersChanged) Descriptor() ([]byte, []int)deprecated
- func (x *FeeParametersChanged) GetBlockNumber() uint64
- func (x *FeeParametersChanged) GetExecutionEffortCost() float64
- func (x *FeeParametersChanged) GetInclusionEffortCost() float64
- func (x *FeeParametersChanged) GetLogIndex() uint64
- func (x *FeeParametersChanged) GetSurgeFactor() float64
- func (x *FeeParametersChanged) GetTs() *timestamppb.Timestamp
- func (x *FeeParametersChanged) GetTxID() []byte
- func (*FeeParametersChanged) ProtoMessage()
- func (x *FeeParametersChanged) ProtoReflect() protoreflect.Message
- func (x *FeeParametersChanged) Reset()
- func (x *FeeParametersChanged) String() string
- type FeesDeducted
- func (*FeesDeducted) Descriptor() ([]byte, []int)deprecated
- func (x *FeesDeducted) GetAmount() float64
- func (x *FeesDeducted) GetBlockNumber() uint64
- func (x *FeesDeducted) GetExecutionEffort() float64
- func (x *FeesDeducted) GetInclusionEffort() float64
- func (x *FeesDeducted) GetLogIndex() uint64
- func (x *FeesDeducted) GetTs() *timestamppb.Timestamp
- func (x *FeesDeducted) GetTxID() []byte
- func (*FeesDeducted) ProtoMessage()
- func (x *FeesDeducted) ProtoReflect() protoreflect.Message
- func (x *FeesDeducted) Reset()
- func (x *FeesDeducted) String() string
- type SmartContract
- type TokensDeposited
- func (*TokensDeposited) Descriptor() ([]byte, []int)deprecated
- func (x *TokensDeposited) GetAmount() float64
- func (x *TokensDeposited) GetBlockNumber() uint64
- func (x *TokensDeposited) GetLogIndex() uint64
- func (x *TokensDeposited) GetTs() *timestamppb.Timestamp
- func (x *TokensDeposited) GetTxID() []byte
- func (*TokensDeposited) ProtoMessage()
- func (x *TokensDeposited) ProtoReflect() protoreflect.Message
- func (x *TokensDeposited) Reset()
- func (x *TokensDeposited) String() string
- type TokensWithdrawn
- func (*TokensWithdrawn) Descriptor() ([]byte, []int)deprecated
- func (x *TokensWithdrawn) GetAmount() float64
- func (x *TokensWithdrawn) GetBlockNumber() uint64
- func (x *TokensWithdrawn) GetLogIndex() uint64
- func (x *TokensWithdrawn) GetTs() *timestamppb.Timestamp
- func (x *TokensWithdrawn) GetTxID() []byte
- func (*TokensWithdrawn) ProtoMessage()
- func (x *TokensWithdrawn) ProtoReflect() protoreflect.Message
- func (x *TokensWithdrawn) Reset()
- func (x *TokensWithdrawn) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_flowfees_proto protoreflect.FileDescriptor
View Source
var Types = []proto.Message{ &TokensDeposited{}, &TokensWithdrawn{}, &FeesDeducted{}, &FeeParametersChanged{}, }
Functions ¶
This section is empty.
Types ¶
type FeeParametersChanged ¶
type FeeParametersChanged struct { Ts *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"` BlockNumber uint64 `protobuf:"varint,2,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"` TxID []byte `protobuf:"bytes,3,opt,name=txID,proto3" json:"txID,omitempty"` LogIndex uint64 `protobuf:"varint,4,opt,name=logIndex,proto3" json:"logIndex,omitempty"` SurgeFactor float64 `protobuf:"fixed64,5,opt,name=surgeFactor,proto3" json:"surgeFactor,omitempty"` InclusionEffortCost float64 `protobuf:"fixed64,6,opt,name=inclusionEffortCost,proto3" json:"inclusionEffortCost,omitempty"` ExecutionEffortCost float64 `protobuf:"fixed64,7,opt,name=executionEffortCost,proto3" json:"executionEffortCost,omitempty"` // contains filtered or unexported fields }
func (*FeeParametersChanged) Descriptor
deprecated
func (*FeeParametersChanged) Descriptor() ([]byte, []int)
Deprecated: Use FeeParametersChanged.ProtoReflect.Descriptor instead.
func (*FeeParametersChanged) GetBlockNumber ¶
func (x *FeeParametersChanged) GetBlockNumber() uint64
func (*FeeParametersChanged) GetExecutionEffortCost ¶
func (x *FeeParametersChanged) GetExecutionEffortCost() float64
func (*FeeParametersChanged) GetInclusionEffortCost ¶
func (x *FeeParametersChanged) GetInclusionEffortCost() float64
func (*FeeParametersChanged) GetLogIndex ¶
func (x *FeeParametersChanged) GetLogIndex() uint64
func (*FeeParametersChanged) GetSurgeFactor ¶
func (x *FeeParametersChanged) GetSurgeFactor() float64
func (*FeeParametersChanged) GetTs ¶
func (x *FeeParametersChanged) GetTs() *timestamppb.Timestamp
func (*FeeParametersChanged) GetTxID ¶
func (x *FeeParametersChanged) GetTxID() []byte
func (*FeeParametersChanged) ProtoMessage ¶
func (*FeeParametersChanged) ProtoMessage()
func (*FeeParametersChanged) ProtoReflect ¶
func (x *FeeParametersChanged) ProtoReflect() protoreflect.Message
func (*FeeParametersChanged) Reset ¶
func (x *FeeParametersChanged) Reset()
func (*FeeParametersChanged) String ¶
func (x *FeeParametersChanged) String() string
type FeesDeducted ¶
type FeesDeducted struct { Ts *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"` BlockNumber uint64 `protobuf:"varint,2,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"` TxID []byte `protobuf:"bytes,3,opt,name=txID,proto3" json:"txID,omitempty"` LogIndex uint64 `protobuf:"varint,4,opt,name=logIndex,proto3" json:"logIndex,omitempty"` Amount float64 `protobuf:"fixed64,5,opt,name=amount,proto3" json:"amount,omitempty"` InclusionEffort float64 `protobuf:"fixed64,6,opt,name=inclusionEffort,proto3" json:"inclusionEffort,omitempty"` ExecutionEffort float64 `protobuf:"fixed64,7,opt,name=executionEffort,proto3" json:"executionEffort,omitempty"` // contains filtered or unexported fields }
func (*FeesDeducted) Descriptor
deprecated
func (*FeesDeducted) Descriptor() ([]byte, []int)
Deprecated: Use FeesDeducted.ProtoReflect.Descriptor instead.
func (*FeesDeducted) GetAmount ¶
func (x *FeesDeducted) GetAmount() float64
func (*FeesDeducted) GetBlockNumber ¶
func (x *FeesDeducted) GetBlockNumber() uint64
func (*FeesDeducted) GetExecutionEffort ¶
func (x *FeesDeducted) GetExecutionEffort() float64
func (*FeesDeducted) GetInclusionEffort ¶
func (x *FeesDeducted) GetInclusionEffort() float64
func (*FeesDeducted) GetLogIndex ¶
func (x *FeesDeducted) GetLogIndex() uint64
func (*FeesDeducted) GetTs ¶
func (x *FeesDeducted) GetTs() *timestamppb.Timestamp
func (*FeesDeducted) GetTxID ¶
func (x *FeesDeducted) GetTxID() []byte
func (*FeesDeducted) ProtoMessage ¶
func (*FeesDeducted) ProtoMessage()
func (*FeesDeducted) ProtoReflect ¶
func (x *FeesDeducted) ProtoReflect() protoreflect.Message
func (*FeesDeducted) Reset ¶
func (x *FeesDeducted) Reset()
func (*FeesDeducted) String ¶
func (x *FeesDeducted) String() string
type SmartContract ¶
type SmartContract struct{}
func (SmartContract) Address ¶
func (c SmartContract) Address() string
func (SmartContract) Events ¶
func (c SmartContract) Events() []string
func (SmartContract) Name ¶
func (c SmartContract) Name() string
type TokensDeposited ¶
type TokensDeposited struct { Ts *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"` BlockNumber uint64 `protobuf:"varint,2,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"` TxID []byte `protobuf:"bytes,3,opt,name=txID,proto3" json:"txID,omitempty"` LogIndex uint64 `protobuf:"varint,4,opt,name=logIndex,proto3" json:"logIndex,omitempty"` Amount float64 `protobuf:"fixed64,5,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*TokensDeposited) Descriptor
deprecated
func (*TokensDeposited) Descriptor() ([]byte, []int)
Deprecated: Use TokensDeposited.ProtoReflect.Descriptor instead.
func (*TokensDeposited) GetAmount ¶
func (x *TokensDeposited) GetAmount() float64
func (*TokensDeposited) GetBlockNumber ¶
func (x *TokensDeposited) GetBlockNumber() uint64
func (*TokensDeposited) GetLogIndex ¶
func (x *TokensDeposited) GetLogIndex() uint64
func (*TokensDeposited) GetTs ¶
func (x *TokensDeposited) GetTs() *timestamppb.Timestamp
func (*TokensDeposited) GetTxID ¶
func (x *TokensDeposited) GetTxID() []byte
func (*TokensDeposited) ProtoMessage ¶
func (*TokensDeposited) ProtoMessage()
func (*TokensDeposited) ProtoReflect ¶
func (x *TokensDeposited) ProtoReflect() protoreflect.Message
func (*TokensDeposited) Reset ¶
func (x *TokensDeposited) Reset()
func (*TokensDeposited) String ¶
func (x *TokensDeposited) String() string
type TokensWithdrawn ¶
type TokensWithdrawn struct { Ts *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"` BlockNumber uint64 `protobuf:"varint,2,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"` TxID []byte `protobuf:"bytes,3,opt,name=txID,proto3" json:"txID,omitempty"` LogIndex uint64 `protobuf:"varint,4,opt,name=logIndex,proto3" json:"logIndex,omitempty"` Amount float64 `protobuf:"fixed64,5,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*TokensWithdrawn) Descriptor
deprecated
func (*TokensWithdrawn) Descriptor() ([]byte, []int)
Deprecated: Use TokensWithdrawn.ProtoReflect.Descriptor instead.
func (*TokensWithdrawn) GetAmount ¶
func (x *TokensWithdrawn) GetAmount() float64
func (*TokensWithdrawn) GetBlockNumber ¶
func (x *TokensWithdrawn) GetBlockNumber() uint64
func (*TokensWithdrawn) GetLogIndex ¶
func (x *TokensWithdrawn) GetLogIndex() uint64
func (*TokensWithdrawn) GetTs ¶
func (x *TokensWithdrawn) GetTs() *timestamppb.Timestamp
func (*TokensWithdrawn) GetTxID ¶
func (x *TokensWithdrawn) GetTxID() []byte
func (*TokensWithdrawn) ProtoMessage ¶
func (*TokensWithdrawn) ProtoMessage()
func (*TokensWithdrawn) ProtoReflect ¶
func (x *TokensWithdrawn) ProtoReflect() protoreflect.Message
func (*TokensWithdrawn) Reset ¶
func (x *TokensWithdrawn) Reset()
func (*TokensWithdrawn) String ¶
func (x *TokensWithdrawn) String() string
Click to show internal directories.
Click to hide internal directories.