Documentation
¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type Asset
- func (*Asset) Descriptor() ([]byte, []int)deprecated
- func (x *Asset) GetChain() string
- func (x *Asset) GetSymbol() string
- func (x *Asset) GetSynth() bool
- func (x *Asset) GetTicker() string
- func (x *Asset) GetTrade() bool
- func (*Asset) ProtoMessage()
- func (x *Asset) ProtoReflect() protoreflect.Message
- func (x *Asset) Reset()
- func (x *Asset) String() string
- type Coin
- type Fee
- type ProtoUint
- type PubKeySet
- type Tx
- func (*Tx) Descriptor() ([]byte, []int)deprecated
- func (x *Tx) GetChain() string
- func (x *Tx) GetCoins() []*Coin
- func (x *Tx) GetFromAddress() string
- func (x *Tx) GetGas() []*Coin
- func (x *Tx) GetId() string
- func (x *Tx) GetMemo() string
- func (x *Tx) GetToAddress() string
- func (*Tx) ProtoMessage()
- func (x *Tx) ProtoReflect() protoreflect.Message
- func (x *Tx) Reset()
- func (x *Tx) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct {
Chain string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"`
Ticker string `protobuf:"bytes,3,opt,name=ticker,proto3" json:"ticker,omitempty"`
Synth bool `protobuf:"varint,4,opt,name=synth,proto3" json:"synth,omitempty"`
Trade bool `protobuf:"varint,5,opt,name=trade,proto3" json:"trade,omitempty"`
// contains filtered or unexported fields
}
func (*Asset) Descriptor
deprecated
func (*Asset) ProtoMessage ¶
func (*Asset) ProtoMessage()
func (*Asset) ProtoReflect ¶
func (x *Asset) ProtoReflect() protoreflect.Message
type Coin ¶
type Coin struct {
Asset *Asset `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
Decimals int64 `protobuf:"varint,3,opt,name=decimals,proto3" json:"decimals,omitempty"`
// contains filtered or unexported fields
}
func (*Coin) Descriptor
deprecated
func (*Coin) GetDecimals ¶
func (*Coin) ProtoMessage ¶
func (*Coin) ProtoMessage()
func (*Coin) ProtoReflect ¶
func (x *Coin) ProtoReflect() protoreflect.Message
type Fee ¶
type Fee struct {
Coins []*Coin `protobuf:"bytes,1,rep,name=coins,proto3" json:"coins,omitempty"`
PoolDeduct string `protobuf:"bytes,2,opt,name=pool_deduct,json=poolDeduct,proto3" json:"pool_deduct,omitempty"`
// contains filtered or unexported fields
}
func (*Fee) Descriptor
deprecated
func (*Fee) GetPoolDeduct ¶
func (*Fee) ProtoMessage ¶
func (*Fee) ProtoMessage()
func (*Fee) ProtoReflect ¶
func (x *Fee) ProtoReflect() protoreflect.Message
type ProtoUint ¶
type ProtoUint struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*ProtoUint) Descriptor
deprecated
func (*ProtoUint) ProtoMessage ¶
func (*ProtoUint) ProtoMessage()
func (*ProtoUint) ProtoReflect ¶
func (x *ProtoUint) ProtoReflect() protoreflect.Message
type PubKeySet ¶
type PubKeySet struct {
Secp256K1 string `protobuf:"bytes,1,opt,name=secp256k1,proto3" json:"secp256k1,omitempty"`
Ed25519 string `protobuf:"bytes,2,opt,name=ed25519,proto3" json:"ed25519,omitempty"`
// contains filtered or unexported fields
}
PubKeySet contains two pub keys , secp256k1 and ed25519
func (*PubKeySet) Descriptor
deprecated
func (*PubKeySet) GetEd25519 ¶
func (*PubKeySet) GetSecp256K1 ¶
func (*PubKeySet) ProtoMessage ¶
func (*PubKeySet) ProtoMessage()
func (*PubKeySet) ProtoReflect ¶
func (x *PubKeySet) ProtoReflect() protoreflect.Message
type Tx ¶
type Tx struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Chain string `protobuf:"bytes,2,opt,name=chain,proto3" json:"chain,omitempty"`
FromAddress string `protobuf:"bytes,3,opt,name=from_address,json=fromAddress,proto3" json:"from_address,omitempty"`
ToAddress string `protobuf:"bytes,4,opt,name=to_address,json=toAddress,proto3" json:"to_address,omitempty"`
Coins []*Coin `protobuf:"bytes,5,rep,name=coins,proto3" json:"coins,omitempty"`
Gas []*Coin `protobuf:"bytes,6,rep,name=gas,proto3" json:"gas,omitempty"`
Memo string `protobuf:"bytes,7,opt,name=memo,proto3" json:"memo,omitempty"`
// contains filtered or unexported fields
}
func (*Tx) Descriptor
deprecated
func (*Tx) GetFromAddress ¶
func (*Tx) GetToAddress ¶
func (*Tx) ProtoMessage ¶
func (*Tx) ProtoMessage()
func (*Tx) ProtoReflect ¶
func (x *Tx) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.