Documentation
¶
Index ¶
- Variables
- type ExtendedCommitInfoWithCurrencyPairMapping
- func (x *ExtendedCommitInfoWithCurrencyPairMapping) ClearExtendedCommitInfo()
- func (x *ExtendedCommitInfoWithCurrencyPairMapping) GetExtendedCommitInfo() *abci.ExtendedCommitInfo
- func (x *ExtendedCommitInfoWithCurrencyPairMapping) GetIdToCurrencyPair() []*IdWithCurrencyPair
- func (x *ExtendedCommitInfoWithCurrencyPairMapping) HasExtendedCommitInfo() bool
- func (*ExtendedCommitInfoWithCurrencyPairMapping) ProtoMessage()
- func (x *ExtendedCommitInfoWithCurrencyPairMapping) ProtoReflect() protoreflect.Message
- func (x *ExtendedCommitInfoWithCurrencyPairMapping) Reset()
- func (x *ExtendedCommitInfoWithCurrencyPairMapping) SetExtendedCommitInfo(v *abci.ExtendedCommitInfo)
- func (x *ExtendedCommitInfoWithCurrencyPairMapping) SetIdToCurrencyPair(v []*IdWithCurrencyPair)
- func (x *ExtendedCommitInfoWithCurrencyPairMapping) String() string
- type ExtendedCommitInfoWithCurrencyPairMapping_builder
- type IdWithCurrencyPair
- func (x *IdWithCurrencyPair) ClearCurrencyPair()
- func (x *IdWithCurrencyPair) GetCurrencyPair() *v2.CurrencyPair
- func (x *IdWithCurrencyPair) GetDecimals() uint64
- func (x *IdWithCurrencyPair) GetId() uint64
- func (x *IdWithCurrencyPair) HasCurrencyPair() bool
- func (*IdWithCurrencyPair) ProtoMessage()
- func (x *IdWithCurrencyPair) ProtoReflect() protoreflect.Message
- func (x *IdWithCurrencyPair) Reset()
- func (x *IdWithCurrencyPair) SetCurrencyPair(v *v2.CurrencyPair)
- func (x *IdWithCurrencyPair) SetDecimals(v uint64)
- func (x *IdWithCurrencyPair) SetId(v uint64)
- func (x *IdWithCurrencyPair) String() string
- type IdWithCurrencyPair_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_astria_protocol_price_feed_v1_transaction_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ExtendedCommitInfoWithCurrencyPairMapping ¶
type ExtendedCommitInfoWithCurrencyPairMapping struct {
ExtendedCommitInfo *abci.ExtendedCommitInfo `protobuf:"bytes,1,opt,name=extended_commit_info,json=extendedCommitInfo,proto3" json:"extended_commit_info,omitempty"`
IdToCurrencyPair []*IdWithCurrencyPair `protobuf:"bytes,2,rep,name=id_to_currency_pair,json=idToCurrencyPair,proto3" json:"id_to_currency_pair,omitempty"`
// contains filtered or unexported fields
}
func (*ExtendedCommitInfoWithCurrencyPairMapping) ClearExtendedCommitInfo ¶
func (x *ExtendedCommitInfoWithCurrencyPairMapping) ClearExtendedCommitInfo()
func (*ExtendedCommitInfoWithCurrencyPairMapping) GetExtendedCommitInfo ¶
func (x *ExtendedCommitInfoWithCurrencyPairMapping) GetExtendedCommitInfo() *abci.ExtendedCommitInfo
func (*ExtendedCommitInfoWithCurrencyPairMapping) GetIdToCurrencyPair ¶
func (x *ExtendedCommitInfoWithCurrencyPairMapping) GetIdToCurrencyPair() []*IdWithCurrencyPair
func (*ExtendedCommitInfoWithCurrencyPairMapping) HasExtendedCommitInfo ¶
func (x *ExtendedCommitInfoWithCurrencyPairMapping) HasExtendedCommitInfo() bool
func (*ExtendedCommitInfoWithCurrencyPairMapping) ProtoMessage ¶
func (*ExtendedCommitInfoWithCurrencyPairMapping) ProtoMessage()
func (*ExtendedCommitInfoWithCurrencyPairMapping) ProtoReflect ¶
func (x *ExtendedCommitInfoWithCurrencyPairMapping) ProtoReflect() protoreflect.Message
func (*ExtendedCommitInfoWithCurrencyPairMapping) Reset ¶
func (x *ExtendedCommitInfoWithCurrencyPairMapping) Reset()
func (*ExtendedCommitInfoWithCurrencyPairMapping) SetExtendedCommitInfo ¶
func (x *ExtendedCommitInfoWithCurrencyPairMapping) SetExtendedCommitInfo(v *abci.ExtendedCommitInfo)
func (*ExtendedCommitInfoWithCurrencyPairMapping) SetIdToCurrencyPair ¶
func (x *ExtendedCommitInfoWithCurrencyPairMapping) SetIdToCurrencyPair(v []*IdWithCurrencyPair)
func (*ExtendedCommitInfoWithCurrencyPairMapping) String ¶
func (x *ExtendedCommitInfoWithCurrencyPairMapping) String() string
type ExtendedCommitInfoWithCurrencyPairMapping_builder ¶
type ExtendedCommitInfoWithCurrencyPairMapping_builder struct {
ExtendedCommitInfo *abci.ExtendedCommitInfo
IdToCurrencyPair []*IdWithCurrencyPair
// contains filtered or unexported fields
}
func (ExtendedCommitInfoWithCurrencyPairMapping_builder) Build ¶
type IdWithCurrencyPair ¶
type IdWithCurrencyPair struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
CurrencyPair *v2.CurrencyPair `protobuf:"bytes,2,opt,name=currency_pair,json=currencyPair,proto3" json:"currency_pair,omitempty"`
Decimals uint64 `protobuf:"varint,3,opt,name=decimals,proto3" json:"decimals,omitempty"`
// contains filtered or unexported fields
}
func (*IdWithCurrencyPair) ClearCurrencyPair ¶
func (x *IdWithCurrencyPair) ClearCurrencyPair()
func (*IdWithCurrencyPair) GetCurrencyPair ¶
func (x *IdWithCurrencyPair) GetCurrencyPair() *v2.CurrencyPair
func (*IdWithCurrencyPair) GetDecimals ¶
func (x *IdWithCurrencyPair) GetDecimals() uint64
func (*IdWithCurrencyPair) GetId ¶
func (x *IdWithCurrencyPair) GetId() uint64
func (*IdWithCurrencyPair) HasCurrencyPair ¶
func (x *IdWithCurrencyPair) HasCurrencyPair() bool
func (*IdWithCurrencyPair) ProtoMessage ¶
func (*IdWithCurrencyPair) ProtoMessage()
func (*IdWithCurrencyPair) ProtoReflect ¶
func (x *IdWithCurrencyPair) ProtoReflect() protoreflect.Message
func (*IdWithCurrencyPair) Reset ¶
func (x *IdWithCurrencyPair) Reset()
func (*IdWithCurrencyPair) SetCurrencyPair ¶
func (x *IdWithCurrencyPair) SetCurrencyPair(v *v2.CurrencyPair)
func (*IdWithCurrencyPair) SetDecimals ¶
func (x *IdWithCurrencyPair) SetDecimals(v uint64)
func (*IdWithCurrencyPair) SetId ¶
func (x *IdWithCurrencyPair) SetId(v uint64)
func (*IdWithCurrencyPair) String ¶
func (x *IdWithCurrencyPair) String() string
type IdWithCurrencyPair_builder ¶
type IdWithCurrencyPair_builder struct {
Id uint64
CurrencyPair *v2.CurrencyPair
Decimals uint64
// contains filtered or unexported fields
}
func (IdWithCurrencyPair_builder) Build ¶
func (b0 IdWithCurrencyPair_builder) Build() *IdWithCurrencyPair
Source Files
¶
- transaction.pb.go
Click to show internal directories.
Click to hide internal directories.