flowtoken

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_flowtoken_proto protoreflect.FileDescriptor

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) Message

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

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 (*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 (*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 (*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

Jump to

Keyboard shortcuts

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