Documentation ¶
Index ¶
- Variables
- type AccountCreationFeeUpdated
- func (*AccountCreationFeeUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *AccountCreationFeeUpdated) GetBlockNumber() uint64
- func (x *AccountCreationFeeUpdated) GetLogIndex() uint64
- func (x *AccountCreationFeeUpdated) GetNewFee() float64
- func (x *AccountCreationFeeUpdated) GetTs() *timestamppb.Timestamp
- func (x *AccountCreationFeeUpdated) GetTxID() []byte
- func (*AccountCreationFeeUpdated) ProtoMessage()
- func (x *AccountCreationFeeUpdated) ProtoReflect() protoreflect.Message
- func (x *AccountCreationFeeUpdated) Reset()
- func (x *AccountCreationFeeUpdated) String() string
- type AccountCreatorAdded
- func (*AccountCreatorAdded) Descriptor() ([]byte, []int)deprecated
- func (x *AccountCreatorAdded) GetAccountCreator() []byte
- func (x *AccountCreatorAdded) GetBlockNumber() uint64
- func (x *AccountCreatorAdded) GetLogIndex() uint64
- func (x *AccountCreatorAdded) GetTs() *timestamppb.Timestamp
- func (x *AccountCreatorAdded) GetTxID() []byte
- func (*AccountCreatorAdded) ProtoMessage()
- func (x *AccountCreatorAdded) ProtoReflect() protoreflect.Message
- func (x *AccountCreatorAdded) Reset()
- func (x *AccountCreatorAdded) String() string
- type AccountCreatorRemoved
- func (*AccountCreatorRemoved) Descriptor() ([]byte, []int)deprecated
- func (x *AccountCreatorRemoved) GetAccountCreator() []byte
- func (x *AccountCreatorRemoved) GetBlockNumber() uint64
- func (x *AccountCreatorRemoved) GetLogIndex() uint64
- func (x *AccountCreatorRemoved) GetTs() *timestamppb.Timestamp
- func (x *AccountCreatorRemoved) GetTxID() []byte
- func (*AccountCreatorRemoved) ProtoMessage()
- func (x *AccountCreatorRemoved) ProtoReflect() protoreflect.Message
- func (x *AccountCreatorRemoved) Reset()
- func (x *AccountCreatorRemoved) String() string
- type IsAccountCreationRestrictedUpdated
- func (*IsAccountCreationRestrictedUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *IsAccountCreationRestrictedUpdated) GetBlockNumber() uint64
- func (x *IsAccountCreationRestrictedUpdated) GetIsRestricted() bool
- func (x *IsAccountCreationRestrictedUpdated) GetLogIndex() uint64
- func (x *IsAccountCreationRestrictedUpdated) GetTs() *timestamppb.Timestamp
- func (x *IsAccountCreationRestrictedUpdated) GetTxID() []byte
- func (*IsAccountCreationRestrictedUpdated) ProtoMessage()
- func (x *IsAccountCreationRestrictedUpdated) ProtoReflect() protoreflect.Message
- func (x *IsAccountCreationRestrictedUpdated) Reset()
- func (x *IsAccountCreationRestrictedUpdated) String() string
- type SmartContract
- type TransactionFeeUpdated
- func (*TransactionFeeUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionFeeUpdated) GetBlockNumber() uint64
- func (x *TransactionFeeUpdated) GetLogIndex() uint64
- func (x *TransactionFeeUpdated) GetNewFee() float64
- func (x *TransactionFeeUpdated) GetTs() *timestamppb.Timestamp
- func (x *TransactionFeeUpdated) GetTxID() []byte
- func (*TransactionFeeUpdated) ProtoMessage()
- func (x *TransactionFeeUpdated) ProtoReflect() protoreflect.Message
- func (x *TransactionFeeUpdated) Reset()
- func (x *TransactionFeeUpdated) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_flowserviceaccount_proto protoreflect.FileDescriptor
View Source
var Types = []proto.Message{ &TransactionFeeUpdated{}, &AccountCreationFeeUpdated{}, &AccountCreatorAdded{}, &AccountCreatorRemoved{}, &IsAccountCreationRestrictedUpdated{}, }
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 (x *AccountCreationFeeUpdated) GetTs() *timestamppb.Timestamp
func (*AccountCreationFeeUpdated) GetTxID ¶
func (x *AccountCreationFeeUpdated) GetTxID() []byte
func (*AccountCreationFeeUpdated) ProtoMessage ¶
func (*AccountCreationFeeUpdated) ProtoMessage()
func (*AccountCreationFeeUpdated) ProtoReflect ¶
func (x *AccountCreationFeeUpdated) ProtoReflect() protoreflect.Message
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 (x *AccountCreatorAdded) GetTs() *timestamppb.Timestamp
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 (x *AccountCreatorRemoved) GetTs() *timestamppb.Timestamp
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 (x *IsAccountCreationRestrictedUpdated) GetTs() *timestamppb.Timestamp
func (*IsAccountCreationRestrictedUpdated) GetTxID ¶
func (x *IsAccountCreationRestrictedUpdated) GetTxID() []byte
func (*IsAccountCreationRestrictedUpdated) ProtoMessage ¶
func (*IsAccountCreationRestrictedUpdated) ProtoMessage()
func (*IsAccountCreationRestrictedUpdated) ProtoReflect ¶
func (x *IsAccountCreationRestrictedUpdated) ProtoReflect() protoreflect.Message
func (*IsAccountCreationRestrictedUpdated) Reset ¶
func (x *IsAccountCreationRestrictedUpdated) Reset()
func (*IsAccountCreationRestrictedUpdated) String ¶
func (x *IsAccountCreationRestrictedUpdated) 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 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 (x *TransactionFeeUpdated) GetTs() *timestamppb.Timestamp
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
Click to show internal directories.
Click to hide internal directories.