flowstakingcollection

package
v0.0.0-...-a05b099 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_flowstakingcollection_proto protoreflect.FileDescriptor

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 (*DelegatorAddedToStakingCollection) GetTs

func (*DelegatorAddedToStakingCollection) GetTxID

func (x *DelegatorAddedToStakingCollection) GetTxID() []byte

func (*DelegatorAddedToStakingCollection) ProtoMessage

func (*DelegatorAddedToStakingCollection) ProtoMessage()

func (*DelegatorAddedToStakingCollection) ProtoReflect

func (*DelegatorAddedToStakingCollection) Reset

func (*DelegatorAddedToStakingCollection) 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 (*DelegatorRemovedFromStakingCollection) GetNodeID

func (*DelegatorRemovedFromStakingCollection) GetTs

func (*DelegatorRemovedFromStakingCollection) GetTxID

func (*DelegatorRemovedFromStakingCollection) ProtoMessage

func (*DelegatorRemovedFromStakingCollection) ProtoMessage()

func (*DelegatorRemovedFromStakingCollection) ProtoReflect

func (*DelegatorRemovedFromStakingCollection) Reset

func (*DelegatorRemovedFromStakingCollection) 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 (*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 (*NodeAddedToStakingCollection) GetTxID

func (x *NodeAddedToStakingCollection) GetTxID() []byte

func (*NodeAddedToStakingCollection) ProtoMessage

func (*NodeAddedToStakingCollection) ProtoMessage()

func (*NodeAddedToStakingCollection) ProtoReflect

func (*NodeAddedToStakingCollection) Reset

func (x *NodeAddedToStakingCollection) Reset()

func (*NodeAddedToStakingCollection) 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 (*NodeRemovedFromStakingCollection) GetRole

func (*NodeRemovedFromStakingCollection) GetTs

func (*NodeRemovedFromStakingCollection) GetTxID

func (x *NodeRemovedFromStakingCollection) GetTxID() []byte

func (*NodeRemovedFromStakingCollection) ProtoMessage

func (*NodeRemovedFromStakingCollection) ProtoMessage()

func (*NodeRemovedFromStakingCollection) ProtoReflect

func (*NodeRemovedFromStakingCollection) Reset

func (*NodeRemovedFromStakingCollection) String

type SmartContract

type SmartContract struct{}

func (SmartContract) Address

func (c SmartContract) Address() string

func (SmartContract) Events

func (c SmartContract) Events() []string

func (SmartContract) Message

func (c SmartContract) Message(vLog *flow.Log) proto.Message

func (SmartContract) Name

func (c SmartContract) Name() string

Jump to

Keyboard shortcuts

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