Documentation ¶
Index ¶
- Variables
- type BurnerCreated
- func (*BurnerCreated) Descriptor() ([]byte, []int)deprecated
- func (x *BurnerCreated) GetBlockNumber() uint64
- func (x *BurnerCreated) GetLogIndex() uint64
- func (x *BurnerCreated) GetTs() *timestamppb.Timestamp
- func (x *BurnerCreated) GetTxID() []byte
- func (*BurnerCreated) ProtoMessage()
- func (x *BurnerCreated) ProtoReflect() protoreflect.Message
- func (x *BurnerCreated) Reset()
- func (x *BurnerCreated) String() string
- type MinterCreated
- func (*MinterCreated) Descriptor() ([]byte, []int)deprecated
- func (x *MinterCreated) GetAllowedAmount() float64
- func (x *MinterCreated) GetBlockNumber() uint64
- func (x *MinterCreated) GetLogIndex() uint64
- func (x *MinterCreated) GetTs() *timestamppb.Timestamp
- func (x *MinterCreated) GetTxID() []byte
- func (*MinterCreated) ProtoMessage()
- func (x *MinterCreated) ProtoReflect() protoreflect.Message
- func (x *MinterCreated) Reset()
- func (x *MinterCreated) String() string
- type SmartContract
- type TokensBurned
- func (*TokensBurned) Descriptor() ([]byte, []int)deprecated
- func (x *TokensBurned) GetAmount() float64
- func (x *TokensBurned) GetBlockNumber() uint64
- func (x *TokensBurned) GetLogIndex() uint64
- func (x *TokensBurned) GetTs() *timestamppb.Timestamp
- func (x *TokensBurned) GetTxID() []byte
- func (*TokensBurned) ProtoMessage()
- func (x *TokensBurned) ProtoReflect() protoreflect.Message
- func (x *TokensBurned) Reset()
- func (x *TokensBurned) String() string
- 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) GetTo() []byte
- 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 TokensInitialized
- func (*TokensInitialized) Descriptor() ([]byte, []int)deprecated
- func (x *TokensInitialized) GetBlockNumber() uint64
- func (x *TokensInitialized) GetInitialSupply() float64
- func (x *TokensInitialized) GetLogIndex() uint64
- func (x *TokensInitialized) GetTs() *timestamppb.Timestamp
- func (x *TokensInitialized) GetTxID() []byte
- func (*TokensInitialized) ProtoMessage()
- func (x *TokensInitialized) ProtoReflect() protoreflect.Message
- func (x *TokensInitialized) Reset()
- func (x *TokensInitialized) String() string
- type TokensMinted
- func (*TokensMinted) Descriptor() ([]byte, []int)deprecated
- func (x *TokensMinted) GetAmount() float64
- func (x *TokensMinted) GetBlockNumber() uint64
- func (x *TokensMinted) GetLogIndex() uint64
- func (x *TokensMinted) GetTs() *timestamppb.Timestamp
- func (x *TokensMinted) GetTxID() []byte
- func (*TokensMinted) ProtoMessage()
- func (x *TokensMinted) ProtoReflect() protoreflect.Message
- func (x *TokensMinted) Reset()
- func (x *TokensMinted) String() string
- type TokensWithdrawn
- func (*TokensWithdrawn) Descriptor() ([]byte, []int)deprecated
- func (x *TokensWithdrawn) GetAmount() float64
- func (x *TokensWithdrawn) GetBlockNumber() uint64
- func (x *TokensWithdrawn) GetFrom() []byte
- 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_flowtoken_proto protoreflect.FileDescriptor
View Source
var Types = []proto.Message{ &TokensInitialized{}, &TokensWithdrawn{}, &TokensDeposited{}, &TokensMinted{}, &TokensBurned{}, &MinterCreated{}, &BurnerCreated{}, }
Functions ¶
This section is empty.
Types ¶
type BurnerCreated ¶
type BurnerCreated 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"` // contains filtered or unexported fields }
func (*BurnerCreated) Descriptor
deprecated
func (*BurnerCreated) Descriptor() ([]byte, []int)
Deprecated: Use BurnerCreated.ProtoReflect.Descriptor instead.
func (*BurnerCreated) GetBlockNumber ¶
func (x *BurnerCreated) GetBlockNumber() uint64
func (*BurnerCreated) GetLogIndex ¶
func (x *BurnerCreated) GetLogIndex() uint64
func (*BurnerCreated) GetTs ¶
func (x *BurnerCreated) GetTs() *timestamppb.Timestamp
func (*BurnerCreated) GetTxID ¶
func (x *BurnerCreated) GetTxID() []byte
func (*BurnerCreated) ProtoMessage ¶
func (*BurnerCreated) ProtoMessage()
func (*BurnerCreated) ProtoReflect ¶
func (x *BurnerCreated) ProtoReflect() protoreflect.Message
func (*BurnerCreated) Reset ¶
func (x *BurnerCreated) Reset()
func (*BurnerCreated) String ¶
func (x *BurnerCreated) String() string
type MinterCreated ¶
type MinterCreated 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"` AllowedAmount float64 `protobuf:"fixed64,5,opt,name=allowedAmount,proto3" json:"allowedAmount,omitempty"` // contains filtered or unexported fields }
func (*MinterCreated) Descriptor
deprecated
func (*MinterCreated) Descriptor() ([]byte, []int)
Deprecated: Use MinterCreated.ProtoReflect.Descriptor instead.
func (*MinterCreated) GetAllowedAmount ¶
func (x *MinterCreated) GetAllowedAmount() float64
func (*MinterCreated) GetBlockNumber ¶
func (x *MinterCreated) GetBlockNumber() uint64
func (*MinterCreated) GetLogIndex ¶
func (x *MinterCreated) GetLogIndex() uint64
func (*MinterCreated) GetTs ¶
func (x *MinterCreated) GetTs() *timestamppb.Timestamp
func (*MinterCreated) GetTxID ¶
func (x *MinterCreated) GetTxID() []byte
func (*MinterCreated) ProtoMessage ¶
func (*MinterCreated) ProtoMessage()
func (*MinterCreated) ProtoReflect ¶
func (x *MinterCreated) ProtoReflect() protoreflect.Message
func (*MinterCreated) Reset ¶
func (x *MinterCreated) Reset()
func (*MinterCreated) String ¶
func (x *MinterCreated) 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 TokensBurned ¶
type TokensBurned 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 (*TokensBurned) Descriptor
deprecated
func (*TokensBurned) Descriptor() ([]byte, []int)
Deprecated: Use TokensBurned.ProtoReflect.Descriptor instead.
func (*TokensBurned) GetAmount ¶
func (x *TokensBurned) GetAmount() float64
func (*TokensBurned) GetBlockNumber ¶
func (x *TokensBurned) GetBlockNumber() uint64
func (*TokensBurned) GetLogIndex ¶
func (x *TokensBurned) GetLogIndex() uint64
func (*TokensBurned) GetTs ¶
func (x *TokensBurned) GetTs() *timestamppb.Timestamp
func (*TokensBurned) GetTxID ¶
func (x *TokensBurned) GetTxID() []byte
func (*TokensBurned) ProtoMessage ¶
func (*TokensBurned) ProtoMessage()
func (*TokensBurned) ProtoReflect ¶
func (x *TokensBurned) ProtoReflect() protoreflect.Message
func (*TokensBurned) Reset ¶
func (x *TokensBurned) Reset()
func (*TokensBurned) String ¶
func (x *TokensBurned) String() 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"` To []byte `protobuf:"bytes,6,opt,name=to,proto3" json:"to,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) GetTo ¶
func (x *TokensDeposited) GetTo() []byte
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 TokensInitialized ¶
type TokensInitialized 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"` InitialSupply float64 `protobuf:"fixed64,5,opt,name=initialSupply,proto3" json:"initialSupply,omitempty"` // contains filtered or unexported fields }
func (*TokensInitialized) Descriptor
deprecated
func (*TokensInitialized) Descriptor() ([]byte, []int)
Deprecated: Use TokensInitialized.ProtoReflect.Descriptor instead.
func (*TokensInitialized) GetBlockNumber ¶
func (x *TokensInitialized) GetBlockNumber() uint64
func (*TokensInitialized) GetInitialSupply ¶
func (x *TokensInitialized) GetInitialSupply() float64
func (*TokensInitialized) GetLogIndex ¶
func (x *TokensInitialized) GetLogIndex() uint64
func (*TokensInitialized) GetTs ¶
func (x *TokensInitialized) GetTs() *timestamppb.Timestamp
func (*TokensInitialized) GetTxID ¶
func (x *TokensInitialized) GetTxID() []byte
func (*TokensInitialized) ProtoMessage ¶
func (*TokensInitialized) ProtoMessage()
func (*TokensInitialized) ProtoReflect ¶
func (x *TokensInitialized) ProtoReflect() protoreflect.Message
func (*TokensInitialized) Reset ¶
func (x *TokensInitialized) Reset()
func (*TokensInitialized) String ¶
func (x *TokensInitialized) String() string
type TokensMinted ¶
type TokensMinted 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 (*TokensMinted) Descriptor
deprecated
func (*TokensMinted) Descriptor() ([]byte, []int)
Deprecated: Use TokensMinted.ProtoReflect.Descriptor instead.
func (*TokensMinted) GetAmount ¶
func (x *TokensMinted) GetAmount() float64
func (*TokensMinted) GetBlockNumber ¶
func (x *TokensMinted) GetBlockNumber() uint64
func (*TokensMinted) GetLogIndex ¶
func (x *TokensMinted) GetLogIndex() uint64
func (*TokensMinted) GetTs ¶
func (x *TokensMinted) GetTs() *timestamppb.Timestamp
func (*TokensMinted) GetTxID ¶
func (x *TokensMinted) GetTxID() []byte
func (*TokensMinted) ProtoMessage ¶
func (*TokensMinted) ProtoMessage()
func (*TokensMinted) ProtoReflect ¶
func (x *TokensMinted) ProtoReflect() protoreflect.Message
func (*TokensMinted) Reset ¶
func (x *TokensMinted) Reset()
func (*TokensMinted) String ¶
func (x *TokensMinted) 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"` From []byte `protobuf:"bytes,6,opt,name=from,proto3" json:"from,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) GetFrom ¶
func (x *TokensWithdrawn) GetFrom() []byte
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.