Documentation
¶
Index ¶
- type SoAccount
- func (*SoAccount) Descriptor() ([]byte, []int)
- func (m *SoAccount) GetBalance() *prototype.Coin
- func (m *SoAccount) GetCreatedTime() *prototype.TimePointSec
- func (m *SoAccount) GetCreator() *prototype.AccountName
- func (m *SoAccount) GetName() *prototype.AccountName
- func (m *SoAccount) GetPubKey() *prototype.PublicKeyType
- func (m *SoAccount) GetVest() *prototype.Vest
- func (*SoAccount) ProtoMessage()
- func (m *SoAccount) Reset()
- func (m *SoAccount) String() string
- func (m *SoAccount) XXX_DiscardUnknown()
- func (m *SoAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SoAccount) XXX_Merge(src proto.Message)
- func (m *SoAccount) XXX_Size() int
- func (m *SoAccount) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SoAccount ¶
type SoAccount struct {
Name *prototype.AccountName `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
CreatedTime *prototype.TimePointSec `protobuf:"bytes,2,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
Creator *prototype.AccountName `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
PubKey *prototype.PublicKeyType `protobuf:"bytes,4,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
Balance *prototype.Coin `protobuf:"bytes,5,opt,name=balance,proto3" json:"balance,omitempty"`
Vest *prototype.Vest `protobuf:"bytes,6,opt,name=vest,proto3" json:"vest,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*SoAccount) Descriptor ¶
func (*SoAccount) GetBalance ¶
func (*SoAccount) GetCreatedTime ¶
func (m *SoAccount) GetCreatedTime() *prototype.TimePointSec
func (*SoAccount) GetCreator ¶
func (m *SoAccount) GetCreator() *prototype.AccountName
func (*SoAccount) GetName ¶
func (m *SoAccount) GetName() *prototype.AccountName
func (*SoAccount) GetPubKey ¶
func (m *SoAccount) GetPubKey() *prototype.PublicKeyType
func (*SoAccount) ProtoMessage ¶
func (*SoAccount) ProtoMessage()
func (*SoAccount) XXX_DiscardUnknown ¶
func (m *SoAccount) XXX_DiscardUnknown()
func (*SoAccount) XXX_Marshal ¶
func (*SoAccount) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.