Documentation
¶
Index ¶
- Variables
- type DelegatorAddedToStakingCollection
- func (*DelegatorAddedToStakingCollection) Descriptor() ([]byte, []int)deprecated
- func (x *DelegatorAddedToStakingCollection) GetAddress() []byte
- func (x *DelegatorAddedToStakingCollection) GetAmountCommitted() float64
- func (x *DelegatorAddedToStakingCollection) GetBlockNumber() uint64
- func (x *DelegatorAddedToStakingCollection) GetDelegatorID() uint32
- func (x *DelegatorAddedToStakingCollection) GetLogIndex() uint64
- func (x *DelegatorAddedToStakingCollection) GetNodeID() string
- func (x *DelegatorAddedToStakingCollection) GetTs() *timestamppb.Timestamp
- func (x *DelegatorAddedToStakingCollection) GetTxID() []byte
- func (*DelegatorAddedToStakingCollection) ProtoMessage()
- func (x *DelegatorAddedToStakingCollection) ProtoReflect() protoreflect.Message
- func (x *DelegatorAddedToStakingCollection) Reset()
- func (x *DelegatorAddedToStakingCollection) String() string
- type DelegatorRemovedFromStakingCollection
- func (*DelegatorRemovedFromStakingCollection) Descriptor() ([]byte, []int)deprecated
- func (x *DelegatorRemovedFromStakingCollection) GetAddress() []byte
- func (x *DelegatorRemovedFromStakingCollection) GetBlockNumber() uint64
- func (x *DelegatorRemovedFromStakingCollection) GetDelegatorID() uint32
- func (x *DelegatorRemovedFromStakingCollection) GetLogIndex() uint64
- func (x *DelegatorRemovedFromStakingCollection) GetNodeID() string
- func (x *DelegatorRemovedFromStakingCollection) GetTs() *timestamppb.Timestamp
- func (x *DelegatorRemovedFromStakingCollection) GetTxID() []byte
- func (*DelegatorRemovedFromStakingCollection) ProtoMessage()
- func (x *DelegatorRemovedFromStakingCollection) ProtoReflect() protoreflect.Message
- func (x *DelegatorRemovedFromStakingCollection) Reset()
- func (x *DelegatorRemovedFromStakingCollection) String() string
- type MachineAccountCreated
- func (*MachineAccountCreated) Descriptor() ([]byte, []int)deprecated
- func (x *MachineAccountCreated) GetAddress() []byte
- func (x *MachineAccountCreated) GetBlockNumber() uint64
- func (x *MachineAccountCreated) GetLogIndex() uint64
- func (x *MachineAccountCreated) GetNodeID() string
- func (x *MachineAccountCreated) GetRole() uint32
- func (x *MachineAccountCreated) GetTs() *timestamppb.Timestamp
- func (x *MachineAccountCreated) GetTxID() []byte
- func (*MachineAccountCreated) ProtoMessage()
- func (x *MachineAccountCreated) ProtoReflect() protoreflect.Message
- func (x *MachineAccountCreated) Reset()
- func (x *MachineAccountCreated) String() string
- type NodeAddedToStakingCollection
- func (*NodeAddedToStakingCollection) Descriptor() ([]byte, []int)deprecated
- func (x *NodeAddedToStakingCollection) GetAddress() []byte
- func (x *NodeAddedToStakingCollection) GetAmountCommitted() float64
- func (x *NodeAddedToStakingCollection) GetBlockNumber() uint64
- func (x *NodeAddedToStakingCollection) GetLogIndex() uint64
- func (x *NodeAddedToStakingCollection) GetNodeID() string
- func (x *NodeAddedToStakingCollection) GetRole() uint32
- func (x *NodeAddedToStakingCollection) GetTs() *timestamppb.Timestamp
- func (x *NodeAddedToStakingCollection) GetTxID() []byte
- func (*NodeAddedToStakingCollection) ProtoMessage()
- func (x *NodeAddedToStakingCollection) ProtoReflect() protoreflect.Message
- func (x *NodeAddedToStakingCollection) Reset()
- func (x *NodeAddedToStakingCollection) String() string
- type NodeRemovedFromStakingCollection
- func (*NodeRemovedFromStakingCollection) Descriptor() ([]byte, []int)deprecated
- func (x *NodeRemovedFromStakingCollection) GetAddress() []byte
- func (x *NodeRemovedFromStakingCollection) GetBlockNumber() uint64
- func (x *NodeRemovedFromStakingCollection) GetLogIndex() uint64
- func (x *NodeRemovedFromStakingCollection) GetNodeID() string
- func (x *NodeRemovedFromStakingCollection) GetRole() uint32
- func (x *NodeRemovedFromStakingCollection) GetTs() *timestamppb.Timestamp
- func (x *NodeRemovedFromStakingCollection) GetTxID() []byte
- func (*NodeRemovedFromStakingCollection) ProtoMessage()
- func (x *NodeRemovedFromStakingCollection) ProtoReflect() protoreflect.Message
- func (x *NodeRemovedFromStakingCollection) Reset()
- func (x *NodeRemovedFromStakingCollection) String() string
- type SmartContract
Constants ¶
This section is empty.
Variables ¶
View Source
var File_flowstakingcollection_proto protoreflect.FileDescriptor
View Source
var Types = []proto.Message{ &NodeAddedToStakingCollection{}, &DelegatorAddedToStakingCollection{}, &NodeRemovedFromStakingCollection{}, &DelegatorRemovedFromStakingCollection{}, &MachineAccountCreated{}, }
Functions ¶
This section is empty.
Types ¶
type DelegatorAddedToStakingCollection ¶
type DelegatorAddedToStakingCollection 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"` NodeID string `protobuf:"bytes,5,opt,name=nodeID,proto3" json:"nodeID,omitempty"` DelegatorID uint32 `protobuf:"varint,6,opt,name=delegatorID,proto3" json:"delegatorID,omitempty"` AmountCommitted float64 `protobuf:"fixed64,7,opt,name=amountCommitted,proto3" json:"amountCommitted,omitempty"` Address []byte `protobuf:"bytes,8,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*DelegatorAddedToStakingCollection) Descriptor
deprecated
func (*DelegatorAddedToStakingCollection) Descriptor() ([]byte, []int)
Deprecated: Use DelegatorAddedToStakingCollection.ProtoReflect.Descriptor instead.
func (*DelegatorAddedToStakingCollection) GetAddress ¶
func (x *DelegatorAddedToStakingCollection) GetAddress() []byte
func (*DelegatorAddedToStakingCollection) GetAmountCommitted ¶
func (x *DelegatorAddedToStakingCollection) GetAmountCommitted() float64
func (*DelegatorAddedToStakingCollection) GetBlockNumber ¶
func (x *DelegatorAddedToStakingCollection) GetBlockNumber() uint64
func (*DelegatorAddedToStakingCollection) GetDelegatorID ¶
func (x *DelegatorAddedToStakingCollection) GetDelegatorID() uint32
func (*DelegatorAddedToStakingCollection) GetLogIndex ¶
func (x *DelegatorAddedToStakingCollection) GetLogIndex() uint64
func (*DelegatorAddedToStakingCollection) GetNodeID ¶
func (x *DelegatorAddedToStakingCollection) GetNodeID() string
func (*DelegatorAddedToStakingCollection) GetTs ¶
func (x *DelegatorAddedToStakingCollection) GetTs() *timestamppb.Timestamp
func (*DelegatorAddedToStakingCollection) GetTxID ¶
func (x *DelegatorAddedToStakingCollection) GetTxID() []byte
func (*DelegatorAddedToStakingCollection) ProtoMessage ¶
func (*DelegatorAddedToStakingCollection) ProtoMessage()
func (*DelegatorAddedToStakingCollection) ProtoReflect ¶
func (x *DelegatorAddedToStakingCollection) ProtoReflect() protoreflect.Message
func (*DelegatorAddedToStakingCollection) Reset ¶
func (x *DelegatorAddedToStakingCollection) Reset()
func (*DelegatorAddedToStakingCollection) String ¶
func (x *DelegatorAddedToStakingCollection) String() string
type DelegatorRemovedFromStakingCollection ¶
type DelegatorRemovedFromStakingCollection 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"` NodeID string `protobuf:"bytes,5,opt,name=nodeID,proto3" json:"nodeID,omitempty"` DelegatorID uint32 `protobuf:"varint,6,opt,name=delegatorID,proto3" json:"delegatorID,omitempty"` Address []byte `protobuf:"bytes,7,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*DelegatorRemovedFromStakingCollection) Descriptor
deprecated
func (*DelegatorRemovedFromStakingCollection) Descriptor() ([]byte, []int)
Deprecated: Use DelegatorRemovedFromStakingCollection.ProtoReflect.Descriptor instead.
func (*DelegatorRemovedFromStakingCollection) GetAddress ¶
func (x *DelegatorRemovedFromStakingCollection) GetAddress() []byte
func (*DelegatorRemovedFromStakingCollection) GetBlockNumber ¶
func (x *DelegatorRemovedFromStakingCollection) GetBlockNumber() uint64
func (*DelegatorRemovedFromStakingCollection) GetDelegatorID ¶
func (x *DelegatorRemovedFromStakingCollection) GetDelegatorID() uint32
func (*DelegatorRemovedFromStakingCollection) GetLogIndex ¶
func (x *DelegatorRemovedFromStakingCollection) GetLogIndex() uint64
func (*DelegatorRemovedFromStakingCollection) GetNodeID ¶
func (x *DelegatorRemovedFromStakingCollection) GetNodeID() string
func (*DelegatorRemovedFromStakingCollection) GetTs ¶
func (x *DelegatorRemovedFromStakingCollection) GetTs() *timestamppb.Timestamp
func (*DelegatorRemovedFromStakingCollection) GetTxID ¶
func (x *DelegatorRemovedFromStakingCollection) GetTxID() []byte
func (*DelegatorRemovedFromStakingCollection) ProtoMessage ¶
func (*DelegatorRemovedFromStakingCollection) ProtoMessage()
func (*DelegatorRemovedFromStakingCollection) ProtoReflect ¶
func (x *DelegatorRemovedFromStakingCollection) ProtoReflect() protoreflect.Message
func (*DelegatorRemovedFromStakingCollection) Reset ¶
func (x *DelegatorRemovedFromStakingCollection) Reset()
func (*DelegatorRemovedFromStakingCollection) String ¶
func (x *DelegatorRemovedFromStakingCollection) String() string
type MachineAccountCreated ¶
type MachineAccountCreated 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"` NodeID string `protobuf:"bytes,5,opt,name=nodeID,proto3" json:"nodeID,omitempty"` Role uint32 `protobuf:"varint,6,opt,name=role,proto3" json:"role,omitempty"` Address []byte `protobuf:"bytes,7,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*MachineAccountCreated) Descriptor
deprecated
func (*MachineAccountCreated) Descriptor() ([]byte, []int)
Deprecated: Use MachineAccountCreated.ProtoReflect.Descriptor instead.
func (*MachineAccountCreated) GetAddress ¶
func (x *MachineAccountCreated) GetAddress() []byte
func (*MachineAccountCreated) GetBlockNumber ¶
func (x *MachineAccountCreated) GetBlockNumber() uint64
func (*MachineAccountCreated) GetLogIndex ¶
func (x *MachineAccountCreated) GetLogIndex() uint64
func (*MachineAccountCreated) GetNodeID ¶
func (x *MachineAccountCreated) GetNodeID() string
func (*MachineAccountCreated) GetRole ¶
func (x *MachineAccountCreated) GetRole() uint32
func (*MachineAccountCreated) GetTs ¶
func (x *MachineAccountCreated) GetTs() *timestamppb.Timestamp
func (*MachineAccountCreated) GetTxID ¶
func (x *MachineAccountCreated) GetTxID() []byte
func (*MachineAccountCreated) ProtoMessage ¶
func (*MachineAccountCreated) ProtoMessage()
func (*MachineAccountCreated) ProtoReflect ¶
func (x *MachineAccountCreated) ProtoReflect() protoreflect.Message
func (*MachineAccountCreated) Reset ¶
func (x *MachineAccountCreated) Reset()
func (*MachineAccountCreated) String ¶
func (x *MachineAccountCreated) String() string
type NodeAddedToStakingCollection ¶
type NodeAddedToStakingCollection 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"` NodeID string `protobuf:"bytes,5,opt,name=nodeID,proto3" json:"nodeID,omitempty"` Role uint32 `protobuf:"varint,6,opt,name=role,proto3" json:"role,omitempty"` AmountCommitted float64 `protobuf:"fixed64,7,opt,name=amountCommitted,proto3" json:"amountCommitted,omitempty"` Address []byte `protobuf:"bytes,8,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*NodeAddedToStakingCollection) Descriptor
deprecated
func (*NodeAddedToStakingCollection) Descriptor() ([]byte, []int)
Deprecated: Use NodeAddedToStakingCollection.ProtoReflect.Descriptor instead.
func (*NodeAddedToStakingCollection) GetAddress ¶
func (x *NodeAddedToStakingCollection) GetAddress() []byte
func (*NodeAddedToStakingCollection) GetAmountCommitted ¶
func (x *NodeAddedToStakingCollection) GetAmountCommitted() float64
func (*NodeAddedToStakingCollection) GetBlockNumber ¶
func (x *NodeAddedToStakingCollection) GetBlockNumber() uint64
func (*NodeAddedToStakingCollection) GetLogIndex ¶
func (x *NodeAddedToStakingCollection) GetLogIndex() uint64
func (*NodeAddedToStakingCollection) GetNodeID ¶
func (x *NodeAddedToStakingCollection) GetNodeID() string
func (*NodeAddedToStakingCollection) GetRole ¶
func (x *NodeAddedToStakingCollection) GetRole() uint32
func (*NodeAddedToStakingCollection) GetTs ¶
func (x *NodeAddedToStakingCollection) GetTs() *timestamppb.Timestamp
func (*NodeAddedToStakingCollection) GetTxID ¶
func (x *NodeAddedToStakingCollection) GetTxID() []byte
func (*NodeAddedToStakingCollection) ProtoMessage ¶
func (*NodeAddedToStakingCollection) ProtoMessage()
func (*NodeAddedToStakingCollection) ProtoReflect ¶
func (x *NodeAddedToStakingCollection) ProtoReflect() protoreflect.Message
func (*NodeAddedToStakingCollection) Reset ¶
func (x *NodeAddedToStakingCollection) Reset()
func (*NodeAddedToStakingCollection) String ¶
func (x *NodeAddedToStakingCollection) String() string
type NodeRemovedFromStakingCollection ¶
type NodeRemovedFromStakingCollection 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"` NodeID string `protobuf:"bytes,5,opt,name=nodeID,proto3" json:"nodeID,omitempty"` Role uint32 `protobuf:"varint,6,opt,name=role,proto3" json:"role,omitempty"` Address []byte `protobuf:"bytes,7,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*NodeRemovedFromStakingCollection) Descriptor
deprecated
func (*NodeRemovedFromStakingCollection) Descriptor() ([]byte, []int)
Deprecated: Use NodeRemovedFromStakingCollection.ProtoReflect.Descriptor instead.
func (*NodeRemovedFromStakingCollection) GetAddress ¶
func (x *NodeRemovedFromStakingCollection) GetAddress() []byte
func (*NodeRemovedFromStakingCollection) GetBlockNumber ¶
func (x *NodeRemovedFromStakingCollection) GetBlockNumber() uint64
func (*NodeRemovedFromStakingCollection) GetLogIndex ¶
func (x *NodeRemovedFromStakingCollection) GetLogIndex() uint64
func (*NodeRemovedFromStakingCollection) GetNodeID ¶
func (x *NodeRemovedFromStakingCollection) GetNodeID() string
func (*NodeRemovedFromStakingCollection) GetRole ¶
func (x *NodeRemovedFromStakingCollection) GetRole() uint32
func (*NodeRemovedFromStakingCollection) GetTs ¶
func (x *NodeRemovedFromStakingCollection) GetTs() *timestamppb.Timestamp
func (*NodeRemovedFromStakingCollection) GetTxID ¶
func (x *NodeRemovedFromStakingCollection) GetTxID() []byte
func (*NodeRemovedFromStakingCollection) ProtoMessage ¶
func (*NodeRemovedFromStakingCollection) ProtoMessage()
func (*NodeRemovedFromStakingCollection) ProtoReflect ¶
func (x *NodeRemovedFromStakingCollection) ProtoReflect() protoreflect.Message
func (*NodeRemovedFromStakingCollection) Reset ¶
func (x *NodeRemovedFromStakingCollection) Reset()
func (*NodeRemovedFromStakingCollection) String ¶
func (x *NodeRemovedFromStakingCollection) 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
Click to show internal directories.
Click to hide internal directories.