flowserviceaccount

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

Functions

This section is empty.

Types

type AccountCreationFeeUpdated

type AccountCreationFeeUpdated 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"`
	NewFee      float64                `protobuf:"fixed64,5,opt,name=newFee,proto3" json:"newFee,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountCreationFeeUpdated) Descriptor deprecated

func (*AccountCreationFeeUpdated) Descriptor() ([]byte, []int)

Deprecated: Use AccountCreationFeeUpdated.ProtoReflect.Descriptor instead.

func (*AccountCreationFeeUpdated) GetBlockNumber

func (x *AccountCreationFeeUpdated) GetBlockNumber() uint64

func (*AccountCreationFeeUpdated) GetLogIndex

func (x *AccountCreationFeeUpdated) GetLogIndex() uint64

func (*AccountCreationFeeUpdated) GetNewFee

func (x *AccountCreationFeeUpdated) GetNewFee() float64

func (*AccountCreationFeeUpdated) GetTs

func (*AccountCreationFeeUpdated) GetTxID

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

func (*AccountCreationFeeUpdated) ProtoMessage

func (*AccountCreationFeeUpdated) ProtoMessage()

func (*AccountCreationFeeUpdated) ProtoReflect

func (*AccountCreationFeeUpdated) Reset

func (x *AccountCreationFeeUpdated) Reset()

func (*AccountCreationFeeUpdated) String

func (x *AccountCreationFeeUpdated) String() string

type AccountCreatorAdded

type AccountCreatorAdded 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"`
	AccountCreator []byte                 `protobuf:"bytes,5,opt,name=accountCreator,proto3" json:"accountCreator,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountCreatorAdded) Descriptor deprecated

func (*AccountCreatorAdded) Descriptor() ([]byte, []int)

Deprecated: Use AccountCreatorAdded.ProtoReflect.Descriptor instead.

func (*AccountCreatorAdded) GetAccountCreator

func (x *AccountCreatorAdded) GetAccountCreator() []byte

func (*AccountCreatorAdded) GetBlockNumber

func (x *AccountCreatorAdded) GetBlockNumber() uint64

func (*AccountCreatorAdded) GetLogIndex

func (x *AccountCreatorAdded) GetLogIndex() uint64

func (*AccountCreatorAdded) GetTs

func (*AccountCreatorAdded) GetTxID

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

func (*AccountCreatorAdded) ProtoMessage

func (*AccountCreatorAdded) ProtoMessage()

func (*AccountCreatorAdded) ProtoReflect

func (x *AccountCreatorAdded) ProtoReflect() protoreflect.Message

func (*AccountCreatorAdded) Reset

func (x *AccountCreatorAdded) Reset()

func (*AccountCreatorAdded) String

func (x *AccountCreatorAdded) String() string

type AccountCreatorRemoved

type AccountCreatorRemoved 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"`
	AccountCreator []byte                 `protobuf:"bytes,5,opt,name=accountCreator,proto3" json:"accountCreator,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountCreatorRemoved) Descriptor deprecated

func (*AccountCreatorRemoved) Descriptor() ([]byte, []int)

Deprecated: Use AccountCreatorRemoved.ProtoReflect.Descriptor instead.

func (*AccountCreatorRemoved) GetAccountCreator

func (x *AccountCreatorRemoved) GetAccountCreator() []byte

func (*AccountCreatorRemoved) GetBlockNumber

func (x *AccountCreatorRemoved) GetBlockNumber() uint64

func (*AccountCreatorRemoved) GetLogIndex

func (x *AccountCreatorRemoved) GetLogIndex() uint64

func (*AccountCreatorRemoved) GetTs

func (*AccountCreatorRemoved) GetTxID

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

func (*AccountCreatorRemoved) ProtoMessage

func (*AccountCreatorRemoved) ProtoMessage()

func (*AccountCreatorRemoved) ProtoReflect

func (x *AccountCreatorRemoved) ProtoReflect() protoreflect.Message

func (*AccountCreatorRemoved) Reset

func (x *AccountCreatorRemoved) Reset()

func (*AccountCreatorRemoved) String

func (x *AccountCreatorRemoved) String() string

type IsAccountCreationRestrictedUpdated

type IsAccountCreationRestrictedUpdated 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"`
	IsRestricted bool                   `protobuf:"varint,5,opt,name=isRestricted,proto3" json:"isRestricted,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAccountCreationRestrictedUpdated) Descriptor deprecated

func (*IsAccountCreationRestrictedUpdated) Descriptor() ([]byte, []int)

Deprecated: Use IsAccountCreationRestrictedUpdated.ProtoReflect.Descriptor instead.

func (*IsAccountCreationRestrictedUpdated) GetBlockNumber

func (x *IsAccountCreationRestrictedUpdated) GetBlockNumber() uint64

func (*IsAccountCreationRestrictedUpdated) GetIsRestricted

func (x *IsAccountCreationRestrictedUpdated) GetIsRestricted() bool

func (*IsAccountCreationRestrictedUpdated) GetLogIndex

func (x *IsAccountCreationRestrictedUpdated) GetLogIndex() uint64

func (*IsAccountCreationRestrictedUpdated) GetTs

func (*IsAccountCreationRestrictedUpdated) GetTxID

func (*IsAccountCreationRestrictedUpdated) ProtoMessage

func (*IsAccountCreationRestrictedUpdated) ProtoMessage()

func (*IsAccountCreationRestrictedUpdated) ProtoReflect

func (*IsAccountCreationRestrictedUpdated) Reset

func (*IsAccountCreationRestrictedUpdated) 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 TransactionFeeUpdated

type TransactionFeeUpdated 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"`
	NewFee      float64                `protobuf:"fixed64,5,opt,name=newFee,proto3" json:"newFee,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionFeeUpdated) Descriptor deprecated

func (*TransactionFeeUpdated) Descriptor() ([]byte, []int)

Deprecated: Use TransactionFeeUpdated.ProtoReflect.Descriptor instead.

func (*TransactionFeeUpdated) GetBlockNumber

func (x *TransactionFeeUpdated) GetBlockNumber() uint64

func (*TransactionFeeUpdated) GetLogIndex

func (x *TransactionFeeUpdated) GetLogIndex() uint64

func (*TransactionFeeUpdated) GetNewFee

func (x *TransactionFeeUpdated) GetNewFee() float64

func (*TransactionFeeUpdated) GetTs

func (*TransactionFeeUpdated) GetTxID

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

func (*TransactionFeeUpdated) ProtoMessage

func (*TransactionFeeUpdated) ProtoMessage()

func (*TransactionFeeUpdated) ProtoReflect

func (x *TransactionFeeUpdated) ProtoReflect() protoreflect.Message

func (*TransactionFeeUpdated) Reset

func (x *TransactionFeeUpdated) Reset()

func (*TransactionFeeUpdated) String

func (x *TransactionFeeUpdated) String() string

Jump to

Keyboard shortcuts

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