Documentation ¶
Index ¶
- Variables
- type LedgerMetadata
- func (*LedgerMetadata) Descriptor() ([]byte, []int)
- func (m *LedgerMetadata) GetStatus() Status
- func (*LedgerMetadata) ProtoMessage()
- func (m *LedgerMetadata) Reset()
- func (m *LedgerMetadata) String() string
- func (m *LedgerMetadata) XXX_DiscardUnknown()
- func (m *LedgerMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LedgerMetadata) XXX_Merge(src proto.Message)
- func (m *LedgerMetadata) XXX_Size() int
- func (m *LedgerMetadata) XXX_Unmarshal(b []byte) error
- type Status
Constants ¶
This section is empty.
Variables ¶
View Source
var Status_name = map[int32]string{
0: "ACTIVE",
1: "INACTIVE",
}
View Source
var Status_value = map[string]int32{
"ACTIVE": 0,
"INACTIVE": 1,
}
Functions ¶
This section is empty.
Types ¶
type LedgerMetadata ¶
type LedgerMetadata struct { Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=msgs.Status" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
LedgerMetadata specifies the metadata of a ledger
func (*LedgerMetadata) Descriptor ¶
func (*LedgerMetadata) Descriptor() ([]byte, []int)
func (*LedgerMetadata) GetStatus ¶
func (m *LedgerMetadata) GetStatus() Status
func (*LedgerMetadata) ProtoMessage ¶
func (*LedgerMetadata) ProtoMessage()
func (*LedgerMetadata) Reset ¶
func (m *LedgerMetadata) Reset()
func (*LedgerMetadata) String ¶
func (m *LedgerMetadata) String() string
func (*LedgerMetadata) XXX_DiscardUnknown ¶
func (m *LedgerMetadata) XXX_DiscardUnknown()
func (*LedgerMetadata) XXX_Marshal ¶
func (m *LedgerMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LedgerMetadata) XXX_Merge ¶
func (m *LedgerMetadata) XXX_Merge(src proto.Message)
func (*LedgerMetadata) XXX_Size ¶
func (m *LedgerMetadata) XXX_Size() int
func (*LedgerMetadata) XXX_Unmarshal ¶
func (m *LedgerMetadata) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.