Documentation
¶
Index ¶
- Variables
- type AllowedFeeAssetsResponse
- func (x *AllowedFeeAssetsResponse) GetFeeAssets() []string
- func (x *AllowedFeeAssetsResponse) GetHeight() uint64
- func (*AllowedFeeAssetsResponse) ProtoMessage()
- func (x *AllowedFeeAssetsResponse) ProtoReflect() protoreflect.Message
- func (x *AllowedFeeAssetsResponse) Reset()
- func (x *AllowedFeeAssetsResponse) SetFeeAssets(v []string)
- func (x *AllowedFeeAssetsResponse) SetHeight(v uint64)
- func (x *AllowedFeeAssetsResponse) String() string
- type AllowedFeeAssetsResponse_builder
- type DenomResponse
- func (x *DenomResponse) GetDenom() string
- func (x *DenomResponse) GetHeight() uint64
- func (*DenomResponse) ProtoMessage()
- func (x *DenomResponse) ProtoReflect() protoreflect.Message
- func (x *DenomResponse) Reset()
- func (x *DenomResponse) SetDenom(v string)
- func (x *DenomResponse) SetHeight(v uint64)
- func (x *DenomResponse) String() string
- type DenomResponse_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_astria_protocol_asset_v1alpha1_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AllowedFeeAssetsResponse ¶
type AllowedFeeAssetsResponse struct {
Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
FeeAssets []string `protobuf:"bytes,2,rep,name=fee_assets,json=feeAssets,proto3" json:"fee_assets,omitempty"`
// contains filtered or unexported fields
}
A response containing the allowed fee assets.
func (*AllowedFeeAssetsResponse) GetFeeAssets ¶
func (x *AllowedFeeAssetsResponse) GetFeeAssets() []string
func (*AllowedFeeAssetsResponse) GetHeight ¶
func (x *AllowedFeeAssetsResponse) GetHeight() uint64
func (*AllowedFeeAssetsResponse) ProtoMessage ¶
func (*AllowedFeeAssetsResponse) ProtoMessage()
func (*AllowedFeeAssetsResponse) ProtoReflect ¶
func (x *AllowedFeeAssetsResponse) ProtoReflect() protoreflect.Message
func (*AllowedFeeAssetsResponse) Reset ¶
func (x *AllowedFeeAssetsResponse) Reset()
func (*AllowedFeeAssetsResponse) SetFeeAssets ¶
func (x *AllowedFeeAssetsResponse) SetFeeAssets(v []string)
func (*AllowedFeeAssetsResponse) SetHeight ¶
func (x *AllowedFeeAssetsResponse) SetHeight(v uint64)
func (*AllowedFeeAssetsResponse) String ¶
func (x *AllowedFeeAssetsResponse) String() string
type AllowedFeeAssetsResponse_builder ¶
type AllowedFeeAssetsResponse_builder struct {
Height uint64
FeeAssets []string
// contains filtered or unexported fields
}
func (AllowedFeeAssetsResponse_builder) Build ¶
func (b0 AllowedFeeAssetsResponse_builder) Build() *AllowedFeeAssetsResponse
type DenomResponse ¶
type DenomResponse struct {
Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
Denom string `protobuf:"bytes,3,opt,name=denom,proto3" json:"denom,omitempty"`
// contains filtered or unexported fields
}
A response containing the denomination given an asset ID.
func (*DenomResponse) GetDenom ¶
func (x *DenomResponse) GetDenom() string
func (*DenomResponse) GetHeight ¶
func (x *DenomResponse) GetHeight() uint64
func (*DenomResponse) ProtoMessage ¶
func (*DenomResponse) ProtoMessage()
func (*DenomResponse) ProtoReflect ¶
func (x *DenomResponse) ProtoReflect() protoreflect.Message
func (*DenomResponse) Reset ¶
func (x *DenomResponse) Reset()
func (*DenomResponse) SetDenom ¶
func (x *DenomResponse) SetDenom(v string)
func (*DenomResponse) SetHeight ¶
func (x *DenomResponse) SetHeight(v uint64)
func (*DenomResponse) String ¶
func (x *DenomResponse) String() string
type DenomResponse_builder ¶
type DenomResponse_builder struct {
Height uint64
Denom string
// contains filtered or unexported fields
}
func (DenomResponse_builder) Build ¶
func (b0 DenomResponse_builder) Build() *DenomResponse
Source Files
¶
- types.pb.go
Click to show internal directories.
Click to hide internal directories.