Documentation ¶
Index ¶
- Variables
- type LockedAccountRegisteredAsDelegator
- func (*LockedAccountRegisteredAsDelegator) Descriptor() ([]byte, []int)deprecated
- func (x *LockedAccountRegisteredAsDelegator) GetAddress() []byte
- func (x *LockedAccountRegisteredAsDelegator) GetBlockNumber() uint64
- func (x *LockedAccountRegisteredAsDelegator) GetLogIndex() uint64
- func (x *LockedAccountRegisteredAsDelegator) GetNodeID() string
- func (x *LockedAccountRegisteredAsDelegator) GetTs() *timestamppb.Timestamp
- func (x *LockedAccountRegisteredAsDelegator) GetTxID() []byte
- func (*LockedAccountRegisteredAsDelegator) ProtoMessage()
- func (x *LockedAccountRegisteredAsDelegator) ProtoReflect() protoreflect.Message
- func (x *LockedAccountRegisteredAsDelegator) Reset()
- func (x *LockedAccountRegisteredAsDelegator) String() string
- type LockedAccountRegisteredAsNode
- func (*LockedAccountRegisteredAsNode) Descriptor() ([]byte, []int)deprecated
- func (x *LockedAccountRegisteredAsNode) GetAddress() []byte
- func (x *LockedAccountRegisteredAsNode) GetBlockNumber() uint64
- func (x *LockedAccountRegisteredAsNode) GetLogIndex() uint64
- func (x *LockedAccountRegisteredAsNode) GetNodeID() string
- func (x *LockedAccountRegisteredAsNode) GetTs() *timestamppb.Timestamp
- func (x *LockedAccountRegisteredAsNode) GetTxID() []byte
- func (*LockedAccountRegisteredAsNode) ProtoMessage()
- func (x *LockedAccountRegisteredAsNode) ProtoReflect() protoreflect.Message
- func (x *LockedAccountRegisteredAsNode) Reset()
- func (x *LockedAccountRegisteredAsNode) String() string
- type LockedTokensDeposited
- func (*LockedTokensDeposited) Descriptor() ([]byte, []int)deprecated
- func (x *LockedTokensDeposited) GetAddress() []byte
- func (x *LockedTokensDeposited) GetAmount() float64
- func (x *LockedTokensDeposited) GetBlockNumber() uint64
- func (x *LockedTokensDeposited) GetLogIndex() uint64
- func (x *LockedTokensDeposited) GetTs() *timestamppb.Timestamp
- func (x *LockedTokensDeposited) GetTxID() []byte
- func (*LockedTokensDeposited) ProtoMessage()
- func (x *LockedTokensDeposited) ProtoReflect() protoreflect.Message
- func (x *LockedTokensDeposited) Reset()
- func (x *LockedTokensDeposited) String() string
- type SharedAccountRegistered
- func (*SharedAccountRegistered) Descriptor() ([]byte, []int)deprecated
- func (x *SharedAccountRegistered) GetAddress() []byte
- func (x *SharedAccountRegistered) GetBlockNumber() uint64
- func (x *SharedAccountRegistered) GetLogIndex() uint64
- func (x *SharedAccountRegistered) GetTs() *timestamppb.Timestamp
- func (x *SharedAccountRegistered) GetTxID() []byte
- func (*SharedAccountRegistered) ProtoMessage()
- func (x *SharedAccountRegistered) ProtoReflect() protoreflect.Message
- func (x *SharedAccountRegistered) Reset()
- func (x *SharedAccountRegistered) String() string
- type SmartContract
- type UnlockLimitIncreased
- func (*UnlockLimitIncreased) Descriptor() ([]byte, []int)deprecated
- func (x *UnlockLimitIncreased) GetAddress() []byte
- func (x *UnlockLimitIncreased) GetBlockNumber() uint64
- func (x *UnlockLimitIncreased) GetIncreaseAmount() float64
- func (x *UnlockLimitIncreased) GetLogIndex() uint64
- func (x *UnlockLimitIncreased) GetNewLimit() float64
- func (x *UnlockLimitIncreased) GetTs() *timestamppb.Timestamp
- func (x *UnlockLimitIncreased) GetTxID() []byte
- func (*UnlockLimitIncreased) ProtoMessage()
- func (x *UnlockLimitIncreased) ProtoReflect() protoreflect.Message
- func (x *UnlockLimitIncreased) Reset()
- func (x *UnlockLimitIncreased) String() string
- type UnlockedAccountRegistered
- func (*UnlockedAccountRegistered) Descriptor() ([]byte, []int)deprecated
- func (x *UnlockedAccountRegistered) GetAddress() []byte
- func (x *UnlockedAccountRegistered) GetBlockNumber() uint64
- func (x *UnlockedAccountRegistered) GetLogIndex() uint64
- func (x *UnlockedAccountRegistered) GetTs() *timestamppb.Timestamp
- func (x *UnlockedAccountRegistered) GetTxID() []byte
- func (*UnlockedAccountRegistered) ProtoMessage()
- func (x *UnlockedAccountRegistered) ProtoReflect() protoreflect.Message
- func (x *UnlockedAccountRegistered) Reset()
- func (x *UnlockedAccountRegistered) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_lockedtokens_proto protoreflect.FileDescriptor
View Source
var Types = []proto.Message{ &SharedAccountRegistered{}, &UnlockedAccountRegistered{}, &UnlockLimitIncreased{}, &LockedAccountRegisteredAsNode{}, &LockedAccountRegisteredAsDelegator{}, &LockedTokensDeposited{}, }
Functions ¶
This section is empty.
Types ¶
type LockedAccountRegisteredAsDelegator ¶
type LockedAccountRegisteredAsDelegator 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"` Address []byte `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"` NodeID string `protobuf:"bytes,6,opt,name=nodeID,proto3" json:"nodeID,omitempty"` // contains filtered or unexported fields }
func (*LockedAccountRegisteredAsDelegator) Descriptor
deprecated
func (*LockedAccountRegisteredAsDelegator) Descriptor() ([]byte, []int)
Deprecated: Use LockedAccountRegisteredAsDelegator.ProtoReflect.Descriptor instead.
func (*LockedAccountRegisteredAsDelegator) GetAddress ¶
func (x *LockedAccountRegisteredAsDelegator) GetAddress() []byte
func (*LockedAccountRegisteredAsDelegator) GetBlockNumber ¶
func (x *LockedAccountRegisteredAsDelegator) GetBlockNumber() uint64
func (*LockedAccountRegisteredAsDelegator) GetLogIndex ¶
func (x *LockedAccountRegisteredAsDelegator) GetLogIndex() uint64
func (*LockedAccountRegisteredAsDelegator) GetNodeID ¶
func (x *LockedAccountRegisteredAsDelegator) GetNodeID() string
func (*LockedAccountRegisteredAsDelegator) GetTs ¶
func (x *LockedAccountRegisteredAsDelegator) GetTs() *timestamppb.Timestamp
func (*LockedAccountRegisteredAsDelegator) GetTxID ¶
func (x *LockedAccountRegisteredAsDelegator) GetTxID() []byte
func (*LockedAccountRegisteredAsDelegator) ProtoMessage ¶
func (*LockedAccountRegisteredAsDelegator) ProtoMessage()
func (*LockedAccountRegisteredAsDelegator) ProtoReflect ¶
func (x *LockedAccountRegisteredAsDelegator) ProtoReflect() protoreflect.Message
func (*LockedAccountRegisteredAsDelegator) Reset ¶
func (x *LockedAccountRegisteredAsDelegator) Reset()
func (*LockedAccountRegisteredAsDelegator) String ¶
func (x *LockedAccountRegisteredAsDelegator) String() string
type LockedAccountRegisteredAsNode ¶
type LockedAccountRegisteredAsNode 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"` Address []byte `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"` NodeID string `protobuf:"bytes,6,opt,name=nodeID,proto3" json:"nodeID,omitempty"` // contains filtered or unexported fields }
func (*LockedAccountRegisteredAsNode) Descriptor
deprecated
func (*LockedAccountRegisteredAsNode) Descriptor() ([]byte, []int)
Deprecated: Use LockedAccountRegisteredAsNode.ProtoReflect.Descriptor instead.
func (*LockedAccountRegisteredAsNode) GetAddress ¶
func (x *LockedAccountRegisteredAsNode) GetAddress() []byte
func (*LockedAccountRegisteredAsNode) GetBlockNumber ¶
func (x *LockedAccountRegisteredAsNode) GetBlockNumber() uint64
func (*LockedAccountRegisteredAsNode) GetLogIndex ¶
func (x *LockedAccountRegisteredAsNode) GetLogIndex() uint64
func (*LockedAccountRegisteredAsNode) GetNodeID ¶
func (x *LockedAccountRegisteredAsNode) GetNodeID() string
func (*LockedAccountRegisteredAsNode) GetTs ¶
func (x *LockedAccountRegisteredAsNode) GetTs() *timestamppb.Timestamp
func (*LockedAccountRegisteredAsNode) GetTxID ¶
func (x *LockedAccountRegisteredAsNode) GetTxID() []byte
func (*LockedAccountRegisteredAsNode) ProtoMessage ¶
func (*LockedAccountRegisteredAsNode) ProtoMessage()
func (*LockedAccountRegisteredAsNode) ProtoReflect ¶
func (x *LockedAccountRegisteredAsNode) ProtoReflect() protoreflect.Message
func (*LockedAccountRegisteredAsNode) Reset ¶
func (x *LockedAccountRegisteredAsNode) Reset()
func (*LockedAccountRegisteredAsNode) String ¶
func (x *LockedAccountRegisteredAsNode) String() string
type LockedTokensDeposited ¶
type LockedTokensDeposited 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"` Address []byte `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"` Amount float64 `protobuf:"fixed64,6,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*LockedTokensDeposited) Descriptor
deprecated
func (*LockedTokensDeposited) Descriptor() ([]byte, []int)
Deprecated: Use LockedTokensDeposited.ProtoReflect.Descriptor instead.
func (*LockedTokensDeposited) GetAddress ¶
func (x *LockedTokensDeposited) GetAddress() []byte
func (*LockedTokensDeposited) GetAmount ¶
func (x *LockedTokensDeposited) GetAmount() float64
func (*LockedTokensDeposited) GetBlockNumber ¶
func (x *LockedTokensDeposited) GetBlockNumber() uint64
func (*LockedTokensDeposited) GetLogIndex ¶
func (x *LockedTokensDeposited) GetLogIndex() uint64
func (*LockedTokensDeposited) GetTs ¶
func (x *LockedTokensDeposited) GetTs() *timestamppb.Timestamp
func (*LockedTokensDeposited) GetTxID ¶
func (x *LockedTokensDeposited) GetTxID() []byte
func (*LockedTokensDeposited) ProtoMessage ¶
func (*LockedTokensDeposited) ProtoMessage()
func (*LockedTokensDeposited) ProtoReflect ¶
func (x *LockedTokensDeposited) ProtoReflect() protoreflect.Message
func (*LockedTokensDeposited) Reset ¶
func (x *LockedTokensDeposited) Reset()
func (*LockedTokensDeposited) String ¶
func (x *LockedTokensDeposited) String() string
type SharedAccountRegistered ¶
type SharedAccountRegistered struct { // contains filtered or unexported fields }
func (*SharedAccountRegistered) Descriptor
deprecated
func (*SharedAccountRegistered) Descriptor() ([]byte, []int)
Deprecated: Use SharedAccountRegistered.ProtoReflect.Descriptor instead.
func (*SharedAccountRegistered) GetAddress ¶
func (x *SharedAccountRegistered) GetAddress() []byte
func (*SharedAccountRegistered) GetBlockNumber ¶
func (x *SharedAccountRegistered) GetBlockNumber() uint64
func (*SharedAccountRegistered) GetLogIndex ¶
func (x *SharedAccountRegistered) GetLogIndex() uint64
func (*SharedAccountRegistered) GetTs ¶
func (x *SharedAccountRegistered) GetTs() *timestamppb.Timestamp
func (*SharedAccountRegistered) GetTxID ¶
func (x *SharedAccountRegistered) GetTxID() []byte
func (*SharedAccountRegistered) ProtoMessage ¶
func (*SharedAccountRegistered) ProtoMessage()
func (*SharedAccountRegistered) ProtoReflect ¶
func (x *SharedAccountRegistered) ProtoReflect() protoreflect.Message
func (*SharedAccountRegistered) Reset ¶
func (x *SharedAccountRegistered) Reset()
func (*SharedAccountRegistered) String ¶
func (x *SharedAccountRegistered) 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 UnlockLimitIncreased ¶
type UnlockLimitIncreased 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"` Address []byte `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"` IncreaseAmount float64 `protobuf:"fixed64,6,opt,name=increaseAmount,proto3" json:"increaseAmount,omitempty"` NewLimit float64 `protobuf:"fixed64,7,opt,name=newLimit,proto3" json:"newLimit,omitempty"` // contains filtered or unexported fields }
func (*UnlockLimitIncreased) Descriptor
deprecated
func (*UnlockLimitIncreased) Descriptor() ([]byte, []int)
Deprecated: Use UnlockLimitIncreased.ProtoReflect.Descriptor instead.
func (*UnlockLimitIncreased) GetAddress ¶
func (x *UnlockLimitIncreased) GetAddress() []byte
func (*UnlockLimitIncreased) GetBlockNumber ¶
func (x *UnlockLimitIncreased) GetBlockNumber() uint64
func (*UnlockLimitIncreased) GetIncreaseAmount ¶
func (x *UnlockLimitIncreased) GetIncreaseAmount() float64
func (*UnlockLimitIncreased) GetLogIndex ¶
func (x *UnlockLimitIncreased) GetLogIndex() uint64
func (*UnlockLimitIncreased) GetNewLimit ¶
func (x *UnlockLimitIncreased) GetNewLimit() float64
func (*UnlockLimitIncreased) GetTs ¶
func (x *UnlockLimitIncreased) GetTs() *timestamppb.Timestamp
func (*UnlockLimitIncreased) GetTxID ¶
func (x *UnlockLimitIncreased) GetTxID() []byte
func (*UnlockLimitIncreased) ProtoMessage ¶
func (*UnlockLimitIncreased) ProtoMessage()
func (*UnlockLimitIncreased) ProtoReflect ¶
func (x *UnlockLimitIncreased) ProtoReflect() protoreflect.Message
func (*UnlockLimitIncreased) Reset ¶
func (x *UnlockLimitIncreased) Reset()
func (*UnlockLimitIncreased) String ¶
func (x *UnlockLimitIncreased) String() string
type UnlockedAccountRegistered ¶
type UnlockedAccountRegistered 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"` Address []byte `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*UnlockedAccountRegistered) Descriptor
deprecated
func (*UnlockedAccountRegistered) Descriptor() ([]byte, []int)
Deprecated: Use UnlockedAccountRegistered.ProtoReflect.Descriptor instead.
func (*UnlockedAccountRegistered) GetAddress ¶
func (x *UnlockedAccountRegistered) GetAddress() []byte
func (*UnlockedAccountRegistered) GetBlockNumber ¶
func (x *UnlockedAccountRegistered) GetBlockNumber() uint64
func (*UnlockedAccountRegistered) GetLogIndex ¶
func (x *UnlockedAccountRegistered) GetLogIndex() uint64
func (*UnlockedAccountRegistered) GetTs ¶
func (x *UnlockedAccountRegistered) GetTs() *timestamppb.Timestamp
func (*UnlockedAccountRegistered) GetTxID ¶
func (x *UnlockedAccountRegistered) GetTxID() []byte
func (*UnlockedAccountRegistered) ProtoMessage ¶
func (*UnlockedAccountRegistered) ProtoMessage()
func (*UnlockedAccountRegistered) ProtoReflect ¶
func (x *UnlockedAccountRegistered) ProtoReflect() protoreflect.Message
func (*UnlockedAccountRegistered) Reset ¶
func (x *UnlockedAccountRegistered) Reset()
func (*UnlockedAccountRegistered) String ¶
func (x *UnlockedAccountRegistered) String() string
Click to show internal directories.
Click to hide internal directories.