Documentation
¶
Index ¶
- Variables
- type AssetBalance
- func (x *AssetBalance) ClearBalance()
- func (x *AssetBalance) GetBalance() *v1.Uint128
- func (x *AssetBalance) GetDenom() string
- func (x *AssetBalance) HasBalance() bool
- func (*AssetBalance) ProtoMessage()
- func (x *AssetBalance) ProtoReflect() protoreflect.Message
- func (x *AssetBalance) Reset()
- func (x *AssetBalance) SetBalance(v *v1.Uint128)
- func (x *AssetBalance) SetDenom(v string)
- func (x *AssetBalance) String() string
- type AssetBalance_builder
- type BalanceResponse
- func (x *BalanceResponse) GetBalances() []*AssetBalance
- func (x *BalanceResponse) GetHeight() uint64
- func (*BalanceResponse) ProtoMessage()
- func (x *BalanceResponse) ProtoReflect() protoreflect.Message
- func (x *BalanceResponse) Reset()
- func (x *BalanceResponse) SetBalances(v []*AssetBalance)
- func (x *BalanceResponse) SetHeight(v uint64)
- func (x *BalanceResponse) String() string
- type BalanceResponse_builder
- type NonceResponse
- func (x *NonceResponse) GetHeight() uint64
- func (x *NonceResponse) GetNonce() uint32
- func (*NonceResponse) ProtoMessage()
- func (x *NonceResponse) ProtoReflect() protoreflect.Message
- func (x *NonceResponse) Reset()
- func (x *NonceResponse) SetHeight(v uint64)
- func (x *NonceResponse) SetNonce(v uint32)
- func (x *NonceResponse) String() string
- type NonceResponse_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_astria_protocol_accounts_v1_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AssetBalance ¶
type AssetBalance struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
Balance *v1.Uint128 `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
// contains filtered or unexported fields
}
func (*AssetBalance) ClearBalance ¶
func (x *AssetBalance) ClearBalance()
func (*AssetBalance) GetBalance ¶
func (x *AssetBalance) GetBalance() *v1.Uint128
func (*AssetBalance) GetDenom ¶
func (x *AssetBalance) GetDenom() string
func (*AssetBalance) HasBalance ¶
func (x *AssetBalance) HasBalance() bool
func (*AssetBalance) ProtoMessage ¶
func (*AssetBalance) ProtoMessage()
func (*AssetBalance) ProtoReflect ¶
func (x *AssetBalance) ProtoReflect() protoreflect.Message
func (*AssetBalance) Reset ¶
func (x *AssetBalance) Reset()
func (*AssetBalance) SetBalance ¶
func (x *AssetBalance) SetBalance(v *v1.Uint128)
func (*AssetBalance) SetDenom ¶
func (x *AssetBalance) SetDenom(v string)
func (*AssetBalance) String ¶
func (x *AssetBalance) String() string
type AssetBalance_builder ¶
type AssetBalance_builder struct {
Denom string
Balance *v1.Uint128
// contains filtered or unexported fields
}
func (AssetBalance_builder) Build ¶
func (b0 AssetBalance_builder) Build() *AssetBalance
type BalanceResponse ¶
type BalanceResponse struct {
Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
Balances []*AssetBalance `protobuf:"bytes,3,rep,name=balances,proto3" json:"balances,omitempty"`
// contains filtered or unexported fields
}
A response containing the balance of an account.
func (*BalanceResponse) GetBalances ¶
func (x *BalanceResponse) GetBalances() []*AssetBalance
func (*BalanceResponse) GetHeight ¶
func (x *BalanceResponse) GetHeight() uint64
func (*BalanceResponse) ProtoMessage ¶
func (*BalanceResponse) ProtoMessage()
func (*BalanceResponse) ProtoReflect ¶
func (x *BalanceResponse) ProtoReflect() protoreflect.Message
func (*BalanceResponse) Reset ¶
func (x *BalanceResponse) Reset()
func (*BalanceResponse) SetBalances ¶
func (x *BalanceResponse) SetBalances(v []*AssetBalance)
func (*BalanceResponse) SetHeight ¶
func (x *BalanceResponse) SetHeight(v uint64)
func (*BalanceResponse) String ¶
func (x *BalanceResponse) String() string
type BalanceResponse_builder ¶
type BalanceResponse_builder struct {
Height uint64
Balances []*AssetBalance
// contains filtered or unexported fields
}
func (BalanceResponse_builder) Build ¶
func (b0 BalanceResponse_builder) Build() *BalanceResponse
type NonceResponse ¶
type NonceResponse struct {
Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
Nonce uint32 `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"`
// contains filtered or unexported fields
}
A response containing the current nonce for an account.
func (*NonceResponse) GetHeight ¶
func (x *NonceResponse) GetHeight() uint64
func (*NonceResponse) GetNonce ¶
func (x *NonceResponse) GetNonce() uint32
func (*NonceResponse) ProtoMessage ¶
func (*NonceResponse) ProtoMessage()
func (*NonceResponse) ProtoReflect ¶
func (x *NonceResponse) ProtoReflect() protoreflect.Message
func (*NonceResponse) Reset ¶
func (x *NonceResponse) Reset()
func (*NonceResponse) SetHeight ¶
func (x *NonceResponse) SetHeight(v uint64)
func (*NonceResponse) SetNonce ¶
func (x *NonceResponse) SetNonce(v uint32)
func (*NonceResponse) String ¶
func (x *NonceResponse) String() string
type NonceResponse_builder ¶
type NonceResponse_builder struct {
Height uint64
Nonce uint32
// contains filtered or unexported fields
}
func (NonceResponse_builder) Build ¶
func (b0 NonceResponse_builder) Build() *NonceResponse
Source Files
¶
- types.pb.go
Click to show internal directories.
Click to hide internal directories.