eventmessages

package
v1.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 4 more Imports: 6 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthAdminBlock = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowAdminBlock   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthDirectoryBlock = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDirectoryBlock   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthEntryBlock = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowEntryBlock   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthFactoidBlock = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowFactoidBlock   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthFactomEvents = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowFactomEvents   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthSharedTypes = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSharedTypes   = fmt.Errorf("proto: integer overflow")
)
View Source
var EntityState_name = map[int32]string{
	0: "REQUESTED",
	1: "ACCEPTED",
	2: "REJECTED",
	3: "COMMITTED_TO_DIRECTORY_BLOCK",
}
View Source
var EntityState_value = map[string]int32{
	"REQUESTED":                    0,
	"ACCEPTED":                     1,
	"REJECTED":                     2,
	"COMMITTED_TO_DIRECTORY_BLOCK": 3,
}
View Source
var EventSource_name = map[int32]string{
	0: "LIVE",
	1: "REPLAY_BOOT",
}
View Source
var EventSource_value = map[string]int32{
	"LIVE":        0,
	"REPLAY_BOOT": 1,
}
View Source
var Level_name = map[int32]string{
	0: "INFO",
	1: "WARNING",
	2: "ERROR",
}
View Source
var Level_value = map[string]int32{
	"INFO":    0,
	"WARNING": 1,
	"ERROR":   2,
}
View Source
var NodeMessageCode_name = map[int32]string{
	0: "GENERAL",
	1: "STARTED",
	2: "SYNCED",
	3: "SHUTDOWN",
}
View Source
var NodeMessageCode_value = map[string]int32{
	"GENERAL":  0,
	"STARTED":  1,
	"SYNCED":   2,
	"SHUTDOWN": 3,
}

Functions

This section is empty.

Types

type AddAuditServer

type AddAuditServer struct {
	IdentityChainID      []byte   `protobuf:"bytes,1,opt,name=identityChainID,proto3" json:"identityChainID,omitempty"`
	BlockHeight          uint32   `protobuf:"varint,2,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddAuditServer) Descriptor

func (*AddAuditServer) Descriptor() ([]byte, []int)

func (*AddAuditServer) GetBlockHeight

func (m *AddAuditServer) GetBlockHeight() uint32

func (*AddAuditServer) GetIdentityChainID

func (m *AddAuditServer) GetIdentityChainID() []byte

func (*AddAuditServer) Marshal

func (m *AddAuditServer) Marshal() (dAtA []byte, err error)

func (*AddAuditServer) MarshalTo

func (m *AddAuditServer) MarshalTo(dAtA []byte) (int, error)

func (*AddAuditServer) MarshalToSizedBuffer

func (m *AddAuditServer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddAuditServer) ProtoMessage

func (*AddAuditServer) ProtoMessage()

func (*AddAuditServer) Reset

func (m *AddAuditServer) Reset()

func (*AddAuditServer) Size

func (m *AddAuditServer) Size() (n int)

func (*AddAuditServer) String

func (m *AddAuditServer) String() string

func (*AddAuditServer) Unmarshal

func (m *AddAuditServer) Unmarshal(dAtA []byte) error

func (*AddAuditServer) XXX_DiscardUnknown

func (m *AddAuditServer) XXX_DiscardUnknown()

func (*AddAuditServer) XXX_Marshal

func (m *AddAuditServer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddAuditServer) XXX_Merge

func (m *AddAuditServer) XXX_Merge(src proto.Message)

func (*AddAuditServer) XXX_Size

func (m *AddAuditServer) XXX_Size() int

func (*AddAuditServer) XXX_Unmarshal

func (m *AddAuditServer) XXX_Unmarshal(b []byte) error

type AddEfficiency

type AddEfficiency struct {
	IdentityChainID      []byte   `protobuf:"bytes,1,opt,name=identityChainID,proto3" json:"identityChainID,omitempty"`
	Efficiency           uint32   `protobuf:"varint,2,opt,name=efficiency,proto3" json:"efficiency,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddEfficiency) Descriptor

func (*AddEfficiency) Descriptor() ([]byte, []int)

func (*AddEfficiency) GetEfficiency

func (m *AddEfficiency) GetEfficiency() uint32

func (*AddEfficiency) GetIdentityChainID

func (m *AddEfficiency) GetIdentityChainID() []byte

func (*AddEfficiency) Marshal

func (m *AddEfficiency) Marshal() (dAtA []byte, err error)

func (*AddEfficiency) MarshalTo

func (m *AddEfficiency) MarshalTo(dAtA []byte) (int, error)

func (*AddEfficiency) MarshalToSizedBuffer

func (m *AddEfficiency) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddEfficiency) ProtoMessage

func (*AddEfficiency) ProtoMessage()

func (*AddEfficiency) Reset

func (m *AddEfficiency) Reset()

func (*AddEfficiency) Size

func (m *AddEfficiency) Size() (n int)

func (*AddEfficiency) String

func (m *AddEfficiency) String() string

func (*AddEfficiency) Unmarshal

func (m *AddEfficiency) Unmarshal(dAtA []byte) error

func (*AddEfficiency) XXX_DiscardUnknown

func (m *AddEfficiency) XXX_DiscardUnknown()

func (*AddEfficiency) XXX_Marshal

func (m *AddEfficiency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddEfficiency) XXX_Merge

func (m *AddEfficiency) XXX_Merge(src proto.Message)

func (*AddEfficiency) XXX_Size

func (m *AddEfficiency) XXX_Size() int

func (*AddEfficiency) XXX_Unmarshal

func (m *AddEfficiency) XXX_Unmarshal(b []byte) error

type AddFactoidAddress

type AddFactoidAddress struct {
	IdentityChainID      []byte   `protobuf:"bytes,1,opt,name=identityChainID,proto3" json:"identityChainID,omitempty"`
	Address              []byte   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddFactoidAddress) Descriptor

func (*AddFactoidAddress) Descriptor() ([]byte, []int)

func (*AddFactoidAddress) GetAddress

func (m *AddFactoidAddress) GetAddress() []byte

func (*AddFactoidAddress) GetIdentityChainID

func (m *AddFactoidAddress) GetIdentityChainID() []byte

func (*AddFactoidAddress) Marshal

func (m *AddFactoidAddress) Marshal() (dAtA []byte, err error)

func (*AddFactoidAddress) MarshalTo

func (m *AddFactoidAddress) MarshalTo(dAtA []byte) (int, error)

func (*AddFactoidAddress) MarshalToSizedBuffer

func (m *AddFactoidAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddFactoidAddress) ProtoMessage

func (*AddFactoidAddress) ProtoMessage()

func (*AddFactoidAddress) Reset

func (m *AddFactoidAddress) Reset()

func (*AddFactoidAddress) Size

func (m *AddFactoidAddress) Size() (n int)

func (*AddFactoidAddress) String

func (m *AddFactoidAddress) String() string

func (*AddFactoidAddress) Unmarshal

func (m *AddFactoidAddress) Unmarshal(dAtA []byte) error

func (*AddFactoidAddress) XXX_DiscardUnknown

func (m *AddFactoidAddress) XXX_DiscardUnknown()

func (*AddFactoidAddress) XXX_Marshal

func (m *AddFactoidAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddFactoidAddress) XXX_Merge

func (m *AddFactoidAddress) XXX_Merge(src proto.Message)

func (*AddFactoidAddress) XXX_Size

func (m *AddFactoidAddress) XXX_Size() int

func (*AddFactoidAddress) XXX_Unmarshal

func (m *AddFactoidAddress) XXX_Unmarshal(b []byte) error

type AddFederatedServer

type AddFederatedServer struct {
	IdentityChainID      []byte   `protobuf:"bytes,1,opt,name=identityChainID,proto3" json:"identityChainID,omitempty"`
	BlockHeight          uint32   `protobuf:"varint,2,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddFederatedServer) Descriptor

func (*AddFederatedServer) Descriptor() ([]byte, []int)

func (*AddFederatedServer) GetBlockHeight

func (m *AddFederatedServer) GetBlockHeight() uint32

func (*AddFederatedServer) GetIdentityChainID

func (m *AddFederatedServer) GetIdentityChainID() []byte

func (*AddFederatedServer) Marshal

func (m *AddFederatedServer) Marshal() (dAtA []byte, err error)

func (*AddFederatedServer) MarshalTo

func (m *AddFederatedServer) MarshalTo(dAtA []byte) (int, error)

func (*AddFederatedServer) MarshalToSizedBuffer

func (m *AddFederatedServer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddFederatedServer) ProtoMessage

func (*AddFederatedServer) ProtoMessage()

func (*AddFederatedServer) Reset

func (m *AddFederatedServer) Reset()

func (*AddFederatedServer) Size

func (m *AddFederatedServer) Size() (n int)

func (*AddFederatedServer) String

func (m *AddFederatedServer) String() string

func (*AddFederatedServer) Unmarshal

func (m *AddFederatedServer) Unmarshal(dAtA []byte) error

func (*AddFederatedServer) XXX_DiscardUnknown

func (m *AddFederatedServer) XXX_DiscardUnknown()

func (*AddFederatedServer) XXX_Marshal

func (m *AddFederatedServer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddFederatedServer) XXX_Merge

func (m *AddFederatedServer) XXX_Merge(src proto.Message)

func (*AddFederatedServer) XXX_Size

func (m *AddFederatedServer) XXX_Size() int

func (*AddFederatedServer) XXX_Unmarshal

func (m *AddFederatedServer) XXX_Unmarshal(b []byte) error

type AddFederatedServerBitcoinAnchorKey

type AddFederatedServerBitcoinAnchorKey struct {
	IdentityChainID      []byte   `protobuf:"bytes,1,opt,name=identityChainID,proto3" json:"identityChainID,omitempty"`
	KeyPriority          uint32   `protobuf:"varint,2,opt,name=keyPriority,proto3" json:"keyPriority,omitempty"`
	KeyType              uint32   `protobuf:"varint,3,opt,name=keyType,proto3" json:"keyType,omitempty"`
	EcdsaPublicKey       []byte   `protobuf:"bytes,4,opt,name=ecdsaPublicKey,proto3" json:"ecdsaPublicKey,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddFederatedServerBitcoinAnchorKey) Descriptor

func (*AddFederatedServerBitcoinAnchorKey) Descriptor() ([]byte, []int)

func (*AddFederatedServerBitcoinAnchorKey) GetEcdsaPublicKey

func (m *AddFederatedServerBitcoinAnchorKey) GetEcdsaPublicKey() []byte

func (*AddFederatedServerBitcoinAnchorKey) GetIdentityChainID

func (m *AddFederatedServerBitcoinAnchorKey) GetIdentityChainID() []byte

func (*AddFederatedServerBitcoinAnchorKey) GetKeyPriority

func (m *AddFederatedServerBitcoinAnchorKey) GetKeyPriority() uint32

func (*AddFederatedServerBitcoinAnchorKey) GetKeyType

func (*AddFederatedServerBitcoinAnchorKey) Marshal

func (m *AddFederatedServerBitcoinAnchorKey) Marshal() (dAtA []byte, err error)

func (*AddFederatedServerBitcoinAnchorKey) MarshalTo

func (m *AddFederatedServerBitcoinAnchorKey) MarshalTo(dAtA []byte) (int, error)

func (*AddFederatedServerBitcoinAnchorKey) MarshalToSizedBuffer

func (m *AddFederatedServerBitcoinAnchorKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddFederatedServerBitcoinAnchorKey) ProtoMessage

func (*AddFederatedServerBitcoinAnchorKey) ProtoMessage()

func (*AddFederatedServerBitcoinAnchorKey) Reset

func (*AddFederatedServerBitcoinAnchorKey) Size

func (*AddFederatedServerBitcoinAnchorKey) String

func (*AddFederatedServerBitcoinAnchorKey) Unmarshal

func (m *AddFederatedServerBitcoinAnchorKey) Unmarshal(dAtA []byte) error

func (*AddFederatedServerBitcoinAnchorKey) XXX_DiscardUnknown

func (m *AddFederatedServerBitcoinAnchorKey) XXX_DiscardUnknown()

func (*AddFederatedServerBitcoinAnchorKey) XXX_Marshal

func (m *AddFederatedServerBitcoinAnchorKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddFederatedServerBitcoinAnchorKey) XXX_Merge

func (*AddFederatedServerBitcoinAnchorKey) XXX_Size

func (*AddFederatedServerBitcoinAnchorKey) XXX_Unmarshal

func (m *AddFederatedServerBitcoinAnchorKey) XXX_Unmarshal(b []byte) error

type AddFederatedServerSigningKey

type AddFederatedServerSigningKey struct {
	IdentityChainID      []byte   `protobuf:"bytes,1,opt,name=identityChainID,proto3" json:"identityChainID,omitempty"`
	KeyPriority          uint32   `protobuf:"varint,2,opt,name=keyPriority,proto3" json:"keyPriority,omitempty"`
	PublicKey            []byte   `protobuf:"bytes,3,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	BlockHeight          uint32   `protobuf:"varint,4,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddFederatedServerSigningKey) Descriptor

func (*AddFederatedServerSigningKey) Descriptor() ([]byte, []int)

func (*AddFederatedServerSigningKey) GetBlockHeight

func (m *AddFederatedServerSigningKey) GetBlockHeight() uint32

func (*AddFederatedServerSigningKey) GetIdentityChainID

func (m *AddFederatedServerSigningKey) GetIdentityChainID() []byte

func (*AddFederatedServerSigningKey) GetKeyPriority

func (m *AddFederatedServerSigningKey) GetKeyPriority() uint32

func (*AddFederatedServerSigningKey) GetPublicKey

func (m *AddFederatedServerSigningKey) GetPublicKey() []byte

func (*AddFederatedServerSigningKey) Marshal

func (m *AddFederatedServerSigningKey) Marshal() (dAtA []byte, err error)

func (*AddFederatedServerSigningKey) MarshalTo

func (m *AddFederatedServerSigningKey) MarshalTo(dAtA []byte) (int, error)

func (*AddFederatedServerSigningKey) MarshalToSizedBuffer

func (m *AddFederatedServerSigningKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddFederatedServerSigningKey) ProtoMessage

func (*AddFederatedServerSigningKey) ProtoMessage()

func (*AddFederatedServerSigningKey) Reset

func (m *AddFederatedServerSigningKey) Reset()

func (*AddFederatedServerSigningKey) Size

func (m *AddFederatedServerSigningKey) Size() (n int)

func (*AddFederatedServerSigningKey) String

func (*AddFederatedServerSigningKey) Unmarshal

func (m *AddFederatedServerSigningKey) Unmarshal(dAtA []byte) error

func (*AddFederatedServerSigningKey) XXX_DiscardUnknown

func (m *AddFederatedServerSigningKey) XXX_DiscardUnknown()

func (*AddFederatedServerSigningKey) XXX_Marshal

func (m *AddFederatedServerSigningKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddFederatedServerSigningKey) XXX_Merge

func (m *AddFederatedServerSigningKey) XXX_Merge(src proto.Message)

func (*AddFederatedServerSigningKey) XXX_Size

func (m *AddFederatedServerSigningKey) XXX_Size() int

func (*AddFederatedServerSigningKey) XXX_Unmarshal

func (m *AddFederatedServerSigningKey) XXX_Unmarshal(b []byte) error

type AddReplaceMatryoshkaHash

type AddReplaceMatryoshkaHash struct {
	IdentityChainID      []byte                `protobuf:"bytes,1,opt,name=identityChainID,proto3" json:"identityChainID,omitempty"`
	MatryoshkaHash       []byte                `protobuf:"bytes,2,opt,name=matryoshkaHash,proto3" json:"matryoshkaHash,omitempty"`
	FactoidOutputs       []*TransactionAddress `protobuf:"bytes,3,rep,name=factoidOutputs,proto3" json:"factoidOutputs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*AddReplaceMatryoshkaHash) Descriptor

func (*AddReplaceMatryoshkaHash) Descriptor() ([]byte, []int)

func (*AddReplaceMatryoshkaHash) GetFactoidOutputs

func (m *AddReplaceMatryoshkaHash) GetFactoidOutputs() []*TransactionAddress

func (*AddReplaceMatryoshkaHash) GetIdentityChainID

func (m *AddReplaceMatryoshkaHash) GetIdentityChainID() []byte

func (*AddReplaceMatryoshkaHash) GetMatryoshkaHash

func (m *AddReplaceMatryoshkaHash) GetMatryoshkaHash() []byte

func (*AddReplaceMatryoshkaHash) Marshal

func (m *AddReplaceMatryoshkaHash) Marshal() (dAtA []byte, err error)

func (*AddReplaceMatryoshkaHash) MarshalTo

func (m *AddReplaceMatryoshkaHash) MarshalTo(dAtA []byte) (int, error)

func (*AddReplaceMatryoshkaHash) MarshalToSizedBuffer

func (m *AddReplaceMatryoshkaHash) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddReplaceMatryoshkaHash) ProtoMessage

func (*AddReplaceMatryoshkaHash) ProtoMessage()

func (*AddReplaceMatryoshkaHash) Reset

func (m *AddReplaceMatryoshkaHash) Reset()

func (*AddReplaceMatryoshkaHash) Size

func (m *AddReplaceMatryoshkaHash) Size() (n int)

func (*AddReplaceMatryoshkaHash) String

func (m *AddReplaceMatryoshkaHash) String() string

func (*AddReplaceMatryoshkaHash) Unmarshal

func (m *AddReplaceMatryoshkaHash) Unmarshal(dAtA []byte) error

func (*AddReplaceMatryoshkaHash) XXX_DiscardUnknown

func (m *AddReplaceMatryoshkaHash) XXX_DiscardUnknown()

func (*AddReplaceMatryoshkaHash) XXX_Marshal

func (m *AddReplaceMatryoshkaHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddReplaceMatryoshkaHash) XXX_Merge

func (m *AddReplaceMatryoshkaHash) XXX_Merge(src proto.Message)

func (*AddReplaceMatryoshkaHash) XXX_Size

func (m *AddReplaceMatryoshkaHash) XXX_Size() int

func (*AddReplaceMatryoshkaHash) XXX_Unmarshal

func (m *AddReplaceMatryoshkaHash) XXX_Unmarshal(b []byte) error

type AdminBlock

type AdminBlock struct {
	Header               *AdminBlockHeader  `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Entries              []*AdminBlockEntry `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"`
	KeyMerkleRoot        []byte             `protobuf:"bytes,3,opt,name=keyMerkleRoot,proto3" json:"keyMerkleRoot,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

==== ADMIN BLOCK STRUCTURES =====

func (*AdminBlock) Descriptor

func (*AdminBlock) Descriptor() ([]byte, []int)

func (*AdminBlock) GetEntries

func (m *AdminBlock) GetEntries() []*AdminBlockEntry

func (*AdminBlock) GetHeader

func (m *AdminBlock) GetHeader() *AdminBlockHeader

func (*AdminBlock) GetKeyMerkleRoot

func (m *AdminBlock) GetKeyMerkleRoot() []byte

func (*AdminBlock) Marshal

func (m *AdminBlock) Marshal() (dAtA []byte, err error)

func (*AdminBlock) MarshalTo

func (m *AdminBlock) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlock) MarshalToSizedBuffer

func (m *AdminBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlock) ProtoMessage

func (*AdminBlock) ProtoMessage()

func (*AdminBlock) Reset

func (m *AdminBlock) Reset()

func (*AdminBlock) Size

func (m *AdminBlock) Size() (n int)

func (*AdminBlock) String

func (m *AdminBlock) String() string

func (*AdminBlock) Unmarshal

func (m *AdminBlock) Unmarshal(dAtA []byte) error

func (*AdminBlock) XXX_DiscardUnknown

func (m *AdminBlock) XXX_DiscardUnknown()

func (*AdminBlock) XXX_Marshal

func (m *AdminBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdminBlock) XXX_Merge

func (m *AdminBlock) XXX_Merge(src proto.Message)

func (*AdminBlock) XXX_Size

func (m *AdminBlock) XXX_Size() int

func (*AdminBlock) XXX_Unmarshal

func (m *AdminBlock) XXX_Unmarshal(b []byte) error

type AdminBlockEntry

type AdminBlockEntry struct {
	// Types that are valid to be assigned to AdminBlockEntry:
	//	*AdminBlockEntry_AddAuditServer
	//	*AdminBlockEntry_AddEfficiency
	//	*AdminBlockEntry_AddFactoidAddress
	//	*AdminBlockEntry_AddFederatedServer
	//	*AdminBlockEntry_AddFederatedServerBitcoinAnchorKey
	//	*AdminBlockEntry_AddFederatedServerSigningKey
	//	*AdminBlockEntry_AddReplaceMatryoshkaHash
	//	*AdminBlockEntry_CancelCoinbaseDescriptor
	//	*AdminBlockEntry_CoinbaseDescriptor
	//	*AdminBlockEntry_DirectoryBlockSignatureEntry
	//	*AdminBlockEntry_EndOfMinuteEntry
	//	*AdminBlockEntry_ForwardCompatibleEntry
	//	*AdminBlockEntry_IncreaseServerCount
	//	*AdminBlockEntry_RemoveFederatedServer
	//	*AdminBlockEntry_RevealMatryoshkaHash
	//	*AdminBlockEntry_ServerFault
	AdminBlockEntry      isAdminBlockEntry_AdminBlockEntry `protobuf_oneof:"adminBlockEntry"`
	AdminIdType          uint32                            `protobuf:"varint,17,opt,name=adminIdType,proto3" json:"adminIdType,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*AdminBlockEntry) Descriptor

func (*AdminBlockEntry) Descriptor() ([]byte, []int)

func (*AdminBlockEntry) GetAddAuditServer

func (m *AdminBlockEntry) GetAddAuditServer() *AddAuditServer

func (*AdminBlockEntry) GetAddEfficiency

func (m *AdminBlockEntry) GetAddEfficiency() *AddEfficiency

func (*AdminBlockEntry) GetAddFactoidAddress

func (m *AdminBlockEntry) GetAddFactoidAddress() *AddFactoidAddress

func (*AdminBlockEntry) GetAddFederatedServer

func (m *AdminBlockEntry) GetAddFederatedServer() *AddFederatedServer

func (*AdminBlockEntry) GetAddFederatedServerBitcoinAnchorKey

func (m *AdminBlockEntry) GetAddFederatedServerBitcoinAnchorKey() *AddFederatedServerBitcoinAnchorKey

func (*AdminBlockEntry) GetAddFederatedServerSigningKey

func (m *AdminBlockEntry) GetAddFederatedServerSigningKey() *AddFederatedServerSigningKey

func (*AdminBlockEntry) GetAddReplaceMatryoshkaHash

func (m *AdminBlockEntry) GetAddReplaceMatryoshkaHash() *AddReplaceMatryoshkaHash

func (*AdminBlockEntry) GetAdminBlockEntry

func (m *AdminBlockEntry) GetAdminBlockEntry() isAdminBlockEntry_AdminBlockEntry

func (*AdminBlockEntry) GetAdminIdType

func (m *AdminBlockEntry) GetAdminIdType() uint32

func (*AdminBlockEntry) GetCancelCoinbaseDescriptor

func (m *AdminBlockEntry) GetCancelCoinbaseDescriptor() *CancelCoinbaseDescriptor

func (*AdminBlockEntry) GetCoinbaseDescriptor

func (m *AdminBlockEntry) GetCoinbaseDescriptor() *CoinbaseDescriptor

func (*AdminBlockEntry) GetDirectoryBlockSignatureEntry

func (m *AdminBlockEntry) GetDirectoryBlockSignatureEntry() *DirectoryBlockSignatureEntry

func (*AdminBlockEntry) GetEndOfMinuteEntry

func (m *AdminBlockEntry) GetEndOfMinuteEntry() *EndOfMinuteEntry

func (*AdminBlockEntry) GetForwardCompatibleEntry

func (m *AdminBlockEntry) GetForwardCompatibleEntry() *ForwardCompatibleEntry

func (*AdminBlockEntry) GetIncreaseServerCount

func (m *AdminBlockEntry) GetIncreaseServerCount() *IncreaseServerCount

func (*AdminBlockEntry) GetRemoveFederatedServer

func (m *AdminBlockEntry) GetRemoveFederatedServer() *RemoveFederatedServer

func (*AdminBlockEntry) GetRevealMatryoshkaHash

func (m *AdminBlockEntry) GetRevealMatryoshkaHash() *RevealMatryoshkaHash

func (*AdminBlockEntry) GetServerFault

func (m *AdminBlockEntry) GetServerFault() *ServerFault

func (*AdminBlockEntry) Marshal

func (m *AdminBlockEntry) Marshal() (dAtA []byte, err error)

func (*AdminBlockEntry) MarshalTo

func (m *AdminBlockEntry) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry) MarshalToSizedBuffer

func (m *AdminBlockEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry) ProtoMessage

func (*AdminBlockEntry) ProtoMessage()

func (*AdminBlockEntry) Reset

func (m *AdminBlockEntry) Reset()

func (*AdminBlockEntry) Size

func (m *AdminBlockEntry) Size() (n int)

func (*AdminBlockEntry) String

func (m *AdminBlockEntry) String() string

func (*AdminBlockEntry) Unmarshal

func (m *AdminBlockEntry) Unmarshal(dAtA []byte) error

func (*AdminBlockEntry) XXX_DiscardUnknown

func (m *AdminBlockEntry) XXX_DiscardUnknown()

func (*AdminBlockEntry) XXX_Marshal

func (m *AdminBlockEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdminBlockEntry) XXX_Merge

func (m *AdminBlockEntry) XXX_Merge(src proto.Message)

func (*AdminBlockEntry) XXX_OneofWrappers

func (*AdminBlockEntry) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*AdminBlockEntry) XXX_Size

func (m *AdminBlockEntry) XXX_Size() int

func (*AdminBlockEntry) XXX_Unmarshal

func (m *AdminBlockEntry) XXX_Unmarshal(b []byte) error

type AdminBlockEntry_AddAuditServer

type AdminBlockEntry_AddAuditServer struct {
	AddAuditServer *AddAuditServer `protobuf:"bytes,1,opt,name=addAuditServer,proto3,oneof" json:"addAuditServer,omitempty"`
}

func (*AdminBlockEntry_AddAuditServer) MarshalTo

func (m *AdminBlockEntry_AddAuditServer) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddAuditServer) MarshalToSizedBuffer

func (m *AdminBlockEntry_AddAuditServer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddAuditServer) Size

func (m *AdminBlockEntry_AddAuditServer) Size() (n int)

type AdminBlockEntry_AddEfficiency

type AdminBlockEntry_AddEfficiency struct {
	AddEfficiency *AddEfficiency `protobuf:"bytes,2,opt,name=addEfficiency,proto3,oneof" json:"addEfficiency,omitempty"`
}

func (*AdminBlockEntry_AddEfficiency) MarshalTo

func (m *AdminBlockEntry_AddEfficiency) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddEfficiency) MarshalToSizedBuffer

func (m *AdminBlockEntry_AddEfficiency) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddEfficiency) Size

func (m *AdminBlockEntry_AddEfficiency) Size() (n int)

type AdminBlockEntry_AddFactoidAddress

type AdminBlockEntry_AddFactoidAddress struct {
	AddFactoidAddress *AddFactoidAddress `protobuf:"bytes,3,opt,name=addFactoidAddress,proto3,oneof" json:"addFactoidAddress,omitempty"`
}

func (*AdminBlockEntry_AddFactoidAddress) MarshalTo

func (m *AdminBlockEntry_AddFactoidAddress) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddFactoidAddress) MarshalToSizedBuffer

func (m *AdminBlockEntry_AddFactoidAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddFactoidAddress) Size

func (m *AdminBlockEntry_AddFactoidAddress) Size() (n int)

type AdminBlockEntry_AddFederatedServer

type AdminBlockEntry_AddFederatedServer struct {
	AddFederatedServer *AddFederatedServer `protobuf:"bytes,4,opt,name=addFederatedServer,proto3,oneof" json:"addFederatedServer,omitempty"`
}

func (*AdminBlockEntry_AddFederatedServer) MarshalTo

func (m *AdminBlockEntry_AddFederatedServer) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddFederatedServer) MarshalToSizedBuffer

func (m *AdminBlockEntry_AddFederatedServer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddFederatedServer) Size

type AdminBlockEntry_AddFederatedServerBitcoinAnchorKey

type AdminBlockEntry_AddFederatedServerBitcoinAnchorKey struct {
	AddFederatedServerBitcoinAnchorKey *AddFederatedServerBitcoinAnchorKey `` /* 127-byte string literal not displayed */
}

func (*AdminBlockEntry_AddFederatedServerBitcoinAnchorKey) MarshalTo

func (*AdminBlockEntry_AddFederatedServerBitcoinAnchorKey) MarshalToSizedBuffer

func (m *AdminBlockEntry_AddFederatedServerBitcoinAnchorKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddFederatedServerBitcoinAnchorKey) Size

type AdminBlockEntry_AddFederatedServerSigningKey

type AdminBlockEntry_AddFederatedServerSigningKey struct {
	AddFederatedServerSigningKey *AddFederatedServerSigningKey `protobuf:"bytes,6,opt,name=addFederatedServerSigningKey,proto3,oneof" json:"addFederatedServerSigningKey,omitempty"`
}

func (*AdminBlockEntry_AddFederatedServerSigningKey) MarshalTo

func (*AdminBlockEntry_AddFederatedServerSigningKey) MarshalToSizedBuffer

func (m *AdminBlockEntry_AddFederatedServerSigningKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddFederatedServerSigningKey) Size

type AdminBlockEntry_AddReplaceMatryoshkaHash

type AdminBlockEntry_AddReplaceMatryoshkaHash struct {
	AddReplaceMatryoshkaHash *AddReplaceMatryoshkaHash `protobuf:"bytes,7,opt,name=addReplaceMatryoshkaHash,proto3,oneof" json:"addReplaceMatryoshkaHash,omitempty"`
}

func (*AdminBlockEntry_AddReplaceMatryoshkaHash) MarshalTo

func (m *AdminBlockEntry_AddReplaceMatryoshkaHash) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddReplaceMatryoshkaHash) MarshalToSizedBuffer

func (m *AdminBlockEntry_AddReplaceMatryoshkaHash) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_AddReplaceMatryoshkaHash) Size

type AdminBlockEntry_CancelCoinbaseDescriptor

type AdminBlockEntry_CancelCoinbaseDescriptor struct {
	CancelCoinbaseDescriptor *CancelCoinbaseDescriptor `protobuf:"bytes,8,opt,name=cancelCoinbaseDescriptor,proto3,oneof" json:"cancelCoinbaseDescriptor,omitempty"`
}

func (*AdminBlockEntry_CancelCoinbaseDescriptor) MarshalTo

func (m *AdminBlockEntry_CancelCoinbaseDescriptor) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_CancelCoinbaseDescriptor) MarshalToSizedBuffer

func (m *AdminBlockEntry_CancelCoinbaseDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_CancelCoinbaseDescriptor) Size

type AdminBlockEntry_CoinbaseDescriptor

type AdminBlockEntry_CoinbaseDescriptor struct {
	CoinbaseDescriptor *CoinbaseDescriptor `protobuf:"bytes,9,opt,name=coinbaseDescriptor,proto3,oneof" json:"coinbaseDescriptor,omitempty"`
}

func (*AdminBlockEntry_CoinbaseDescriptor) MarshalTo

func (m *AdminBlockEntry_CoinbaseDescriptor) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_CoinbaseDescriptor) MarshalToSizedBuffer

func (m *AdminBlockEntry_CoinbaseDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_CoinbaseDescriptor) Size

type AdminBlockEntry_DirectoryBlockSignatureEntry

type AdminBlockEntry_DirectoryBlockSignatureEntry struct {
	DirectoryBlockSignatureEntry *DirectoryBlockSignatureEntry `protobuf:"bytes,10,opt,name=directoryBlockSignatureEntry,proto3,oneof" json:"directoryBlockSignatureEntry,omitempty"`
}

func (*AdminBlockEntry_DirectoryBlockSignatureEntry) MarshalTo

func (*AdminBlockEntry_DirectoryBlockSignatureEntry) MarshalToSizedBuffer

func (m *AdminBlockEntry_DirectoryBlockSignatureEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_DirectoryBlockSignatureEntry) Size

type AdminBlockEntry_EndOfMinuteEntry

type AdminBlockEntry_EndOfMinuteEntry struct {
	EndOfMinuteEntry *EndOfMinuteEntry `protobuf:"bytes,11,opt,name=endOfMinuteEntry,proto3,oneof" json:"endOfMinuteEntry,omitempty"`
}

func (*AdminBlockEntry_EndOfMinuteEntry) MarshalTo

func (m *AdminBlockEntry_EndOfMinuteEntry) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_EndOfMinuteEntry) MarshalToSizedBuffer

func (m *AdminBlockEntry_EndOfMinuteEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_EndOfMinuteEntry) Size

func (m *AdminBlockEntry_EndOfMinuteEntry) Size() (n int)

type AdminBlockEntry_ForwardCompatibleEntry

type AdminBlockEntry_ForwardCompatibleEntry struct {
	ForwardCompatibleEntry *ForwardCompatibleEntry `protobuf:"bytes,12,opt,name=forwardCompatibleEntry,proto3,oneof" json:"forwardCompatibleEntry,omitempty"`
}

func (*AdminBlockEntry_ForwardCompatibleEntry) MarshalTo

func (m *AdminBlockEntry_ForwardCompatibleEntry) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_ForwardCompatibleEntry) MarshalToSizedBuffer

func (m *AdminBlockEntry_ForwardCompatibleEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_ForwardCompatibleEntry) Size

type AdminBlockEntry_IncreaseServerCount

type AdminBlockEntry_IncreaseServerCount struct {
	IncreaseServerCount *IncreaseServerCount `protobuf:"bytes,13,opt,name=increaseServerCount,proto3,oneof" json:"increaseServerCount,omitempty"`
}

func (*AdminBlockEntry_IncreaseServerCount) MarshalTo

func (m *AdminBlockEntry_IncreaseServerCount) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_IncreaseServerCount) MarshalToSizedBuffer

func (m *AdminBlockEntry_IncreaseServerCount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_IncreaseServerCount) Size

type AdminBlockEntry_RemoveFederatedServer

type AdminBlockEntry_RemoveFederatedServer struct {
	RemoveFederatedServer *RemoveFederatedServer `protobuf:"bytes,14,opt,name=removeFederatedServer,proto3,oneof" json:"removeFederatedServer,omitempty"`
}

func (*AdminBlockEntry_RemoveFederatedServer) MarshalTo

func (m *AdminBlockEntry_RemoveFederatedServer) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_RemoveFederatedServer) MarshalToSizedBuffer

func (m *AdminBlockEntry_RemoveFederatedServer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_RemoveFederatedServer) Size

type AdminBlockEntry_RevealMatryoshkaHash

type AdminBlockEntry_RevealMatryoshkaHash struct {
	RevealMatryoshkaHash *RevealMatryoshkaHash `protobuf:"bytes,15,opt,name=revealMatryoshkaHash,proto3,oneof" json:"revealMatryoshkaHash,omitempty"`
}

func (*AdminBlockEntry_RevealMatryoshkaHash) MarshalTo

func (m *AdminBlockEntry_RevealMatryoshkaHash) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_RevealMatryoshkaHash) MarshalToSizedBuffer

func (m *AdminBlockEntry_RevealMatryoshkaHash) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_RevealMatryoshkaHash) Size

type AdminBlockEntry_ServerFault

type AdminBlockEntry_ServerFault struct {
	ServerFault *ServerFault `protobuf:"bytes,16,opt,name=serverFault,proto3,oneof" json:"serverFault,omitempty"`
}

func (*AdminBlockEntry_ServerFault) MarshalTo

func (m *AdminBlockEntry_ServerFault) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockEntry_ServerFault) MarshalToSizedBuffer

func (m *AdminBlockEntry_ServerFault) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockEntry_ServerFault) Size

func (m *AdminBlockEntry_ServerFault) Size() (n int)

type AdminBlockHeader

type AdminBlockHeader struct {
	PreviousBackRefHash  []byte   `protobuf:"bytes,1,opt,name=previousBackRefHash,proto3" json:"previousBackRefHash,omitempty"`
	BlockHeight          uint32   `protobuf:"varint,2,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	MessageCount         uint32   `protobuf:"varint,3,opt,name=messageCount,proto3" json:"messageCount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AdminBlockHeader) Descriptor

func (*AdminBlockHeader) Descriptor() ([]byte, []int)

func (*AdminBlockHeader) GetBlockHeight

func (m *AdminBlockHeader) GetBlockHeight() uint32

func (*AdminBlockHeader) GetMessageCount

func (m *AdminBlockHeader) GetMessageCount() uint32

func (*AdminBlockHeader) GetPreviousBackRefHash

func (m *AdminBlockHeader) GetPreviousBackRefHash() []byte

func (*AdminBlockHeader) Marshal

func (m *AdminBlockHeader) Marshal() (dAtA []byte, err error)

func (*AdminBlockHeader) MarshalTo

func (m *AdminBlockHeader) MarshalTo(dAtA []byte) (int, error)

func (*AdminBlockHeader) MarshalToSizedBuffer

func (m *AdminBlockHeader) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminBlockHeader) ProtoMessage

func (*AdminBlockHeader) ProtoMessage()

func (*AdminBlockHeader) Reset

func (m *AdminBlockHeader) Reset()

func (*AdminBlockHeader) Size

func (m *AdminBlockHeader) Size() (n int)

func (*AdminBlockHeader) String

func (m *AdminBlockHeader) String() string

func (*AdminBlockHeader) Unmarshal

func (m *AdminBlockHeader) Unmarshal(dAtA []byte) error

func (*AdminBlockHeader) XXX_DiscardUnknown

func (m *AdminBlockHeader) XXX_DiscardUnknown()

func (*AdminBlockHeader) XXX_Marshal

func (m *AdminBlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdminBlockHeader) XXX_Merge

func (m *AdminBlockHeader) XXX_Merge(src proto.Message)

func (*AdminBlockHeader) XXX_Size

func (m *AdminBlockHeader) XXX_Size() int

func (*AdminBlockHeader) XXX_Unmarshal

func (m *AdminBlockHeader) XXX_Unmarshal(b []byte) error

type CancelCoinbaseDescriptor

type CancelCoinbaseDescriptor struct {
	DescriptorHeight     uint32   `protobuf:"varint,1,opt,name=descriptorHeight,proto3" json:"descriptorHeight,omitempty"`
	DescriptorIndex      uint32   `protobuf:"varint,2,opt,name=descriptorIndex,proto3" json:"descriptorIndex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CancelCoinbaseDescriptor) Descriptor

func (*CancelCoinbaseDescriptor) Descriptor() ([]byte, []int)

func (*CancelCoinbaseDescriptor) GetDescriptorHeight

func (m *CancelCoinbaseDescriptor) GetDescriptorHeight() uint32

func (*CancelCoinbaseDescriptor) GetDescriptorIndex

func (m *CancelCoinbaseDescriptor) GetDescriptorIndex() uint32

func (*CancelCoinbaseDescriptor) Marshal

func (m *CancelCoinbaseDescriptor) Marshal() (dAtA []byte, err error)

func (*CancelCoinbaseDescriptor) MarshalTo

func (m *CancelCoinbaseDescriptor) MarshalTo(dAtA []byte) (int, error)

func (*CancelCoinbaseDescriptor) MarshalToSizedBuffer

func (m *CancelCoinbaseDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CancelCoinbaseDescriptor) ProtoMessage

func (*CancelCoinbaseDescriptor) ProtoMessage()

func (*CancelCoinbaseDescriptor) Reset

func (m *CancelCoinbaseDescriptor) Reset()

func (*CancelCoinbaseDescriptor) Size

func (m *CancelCoinbaseDescriptor) Size() (n int)

func (*CancelCoinbaseDescriptor) String

func (m *CancelCoinbaseDescriptor) String() string

func (*CancelCoinbaseDescriptor) Unmarshal

func (m *CancelCoinbaseDescriptor) Unmarshal(dAtA []byte) error

func (*CancelCoinbaseDescriptor) XXX_DiscardUnknown

func (m *CancelCoinbaseDescriptor) XXX_DiscardUnknown()

func (*CancelCoinbaseDescriptor) XXX_Marshal

func (m *CancelCoinbaseDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CancelCoinbaseDescriptor) XXX_Merge

func (m *CancelCoinbaseDescriptor) XXX_Merge(src proto.Message)

func (*CancelCoinbaseDescriptor) XXX_Size

func (m *CancelCoinbaseDescriptor) XXX_Size() int

func (*CancelCoinbaseDescriptor) XXX_Unmarshal

func (m *CancelCoinbaseDescriptor) XXX_Unmarshal(b []byte) error

type ChainCommit

type ChainCommit struct {
	EntityState          EntityState      `protobuf:"varint,1,opt,name=entityState,proto3,enum=eventmessages.EntityState" json:"entityState,omitempty"`
	ChainIDHash          []byte           `protobuf:"bytes,2,opt,name=chainIDHash,proto3" json:"chainIDHash,omitempty"`
	EntryHash            []byte           `protobuf:"bytes,3,opt,name=entryHash,proto3" json:"entryHash,omitempty"`
	Weld                 []byte           `protobuf:"bytes,4,opt,name=weld,proto3" json:"weld,omitempty"`
	Timestamp            *types.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Credits              uint32           `protobuf:"varint,6,opt,name=credits,proto3" json:"credits,omitempty"`
	EntryCreditPublicKey []byte           `protobuf:"bytes,7,opt,name=entryCreditPublicKey,proto3" json:"entryCreditPublicKey,omitempty"`
	Signature            []byte           `protobuf:"bytes,8,opt,name=signature,proto3" json:"signature,omitempty"`
	Version              uint32           `protobuf:"varint,9,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

==== FACTOM EVENT VALUES =====

func (*ChainCommit) Descriptor

func (*ChainCommit) Descriptor() ([]byte, []int)

func (*ChainCommit) GetChainIDHash

func (m *ChainCommit) GetChainIDHash() []byte

func (*ChainCommit) GetCredits

func (m *ChainCommit) GetCredits() uint32

func (*ChainCommit) GetEntityState

func (m *ChainCommit) GetEntityState() EntityState

func (*ChainCommit) GetEntryCreditPublicKey

func (m *ChainCommit) GetEntryCreditPublicKey() []byte

func (*ChainCommit) GetEntryHash

func (m *ChainCommit) GetEntryHash() []byte

func (*ChainCommit) GetSignature

func (m *ChainCommit) GetSignature() []byte

func (*ChainCommit) GetTimestamp

func (m *ChainCommit) GetTimestamp() *types.Timestamp

func (*ChainCommit) GetVersion

func (m *ChainCommit) GetVersion() uint32

func (*ChainCommit) GetWeld

func (m *ChainCommit) GetWeld() []byte

func (*ChainCommit) Marshal

func (m *ChainCommit) Marshal() (dAtA []byte, err error)

func (*ChainCommit) MarshalTo

func (m *ChainCommit) MarshalTo(dAtA []byte) (int, error)

func (*ChainCommit) MarshalToSizedBuffer

func (m *ChainCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChainCommit) ProtoMessage

func (*ChainCommit) ProtoMessage()

func (*ChainCommit) Reset

func (m *ChainCommit) Reset()

func (*ChainCommit) Size

func (m *ChainCommit) Size() (n int)

func (*ChainCommit) String

func (m *ChainCommit) String() string

func (*ChainCommit) Unmarshal

func (m *ChainCommit) Unmarshal(dAtA []byte) error

func (*ChainCommit) XXX_DiscardUnknown

func (m *ChainCommit) XXX_DiscardUnknown()

func (*ChainCommit) XXX_Marshal

func (m *ChainCommit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCommit) XXX_Merge

func (m *ChainCommit) XXX_Merge(src proto.Message)

func (*ChainCommit) XXX_Size

func (m *ChainCommit) XXX_Size() int

func (*ChainCommit) XXX_Unmarshal

func (m *ChainCommit) XXX_Unmarshal(b []byte) error

type CoinbaseDescriptor

type CoinbaseDescriptor struct {
	FactoidOutputs       []*TransactionAddress `protobuf:"bytes,1,rep,name=factoidOutputs,proto3" json:"factoidOutputs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CoinbaseDescriptor) Descriptor

func (*CoinbaseDescriptor) Descriptor() ([]byte, []int)

func (*CoinbaseDescriptor) GetFactoidOutputs

func (m *CoinbaseDescriptor) GetFactoidOutputs() []*TransactionAddress

func (*CoinbaseDescriptor) Marshal

func (m *CoinbaseDescriptor) Marshal() (dAtA []byte, err error)

func (*CoinbaseDescriptor) MarshalTo

func (m *CoinbaseDescriptor) MarshalTo(dAtA []byte) (int, error)

func (*CoinbaseDescriptor) MarshalToSizedBuffer

func (m *CoinbaseDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CoinbaseDescriptor) ProtoMessage

func (*CoinbaseDescriptor) ProtoMessage()

func (*CoinbaseDescriptor) Reset

func (m *CoinbaseDescriptor) Reset()

func (*CoinbaseDescriptor) Size

func (m *CoinbaseDescriptor) Size() (n int)

func (*CoinbaseDescriptor) String

func (m *CoinbaseDescriptor) String() string

func (*CoinbaseDescriptor) Unmarshal

func (m *CoinbaseDescriptor) Unmarshal(dAtA []byte) error

func (*CoinbaseDescriptor) XXX_DiscardUnknown

func (m *CoinbaseDescriptor) XXX_DiscardUnknown()

func (*CoinbaseDescriptor) XXX_Marshal

func (m *CoinbaseDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CoinbaseDescriptor) XXX_Merge

func (m *CoinbaseDescriptor) XXX_Merge(src proto.Message)

func (*CoinbaseDescriptor) XXX_Size

func (m *CoinbaseDescriptor) XXX_Size() int

func (*CoinbaseDescriptor) XXX_Unmarshal

func (m *CoinbaseDescriptor) XXX_Unmarshal(b []byte) error

type DirectoryBlock

type DirectoryBlock struct {
	Header               *DirectoryBlockHeader  `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Entries              []*DirectoryBlockEntry `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"`
	Hash                 []byte                 `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	ChainID              []byte                 `protobuf:"bytes,4,opt,name=chainID,proto3" json:"chainID,omitempty"`
	KeyMerkleRoot        []byte                 `protobuf:"bytes,5,opt,name=keyMerkleRoot,proto3" json:"keyMerkleRoot,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

==== DIRECTORY BLOCK DETAILS =====

func (*DirectoryBlock) Descriptor

func (*DirectoryBlock) Descriptor() ([]byte, []int)

func (*DirectoryBlock) GetChainID

func (m *DirectoryBlock) GetChainID() []byte

func (*DirectoryBlock) GetEntries

func (m *DirectoryBlock) GetEntries() []*DirectoryBlockEntry

func (*DirectoryBlock) GetHash

func (m *DirectoryBlock) GetHash() []byte

func (*DirectoryBlock) GetHeader

func (m *DirectoryBlock) GetHeader() *DirectoryBlockHeader

func (*DirectoryBlock) GetKeyMerkleRoot

func (m *DirectoryBlock) GetKeyMerkleRoot() []byte

func (*DirectoryBlock) Marshal

func (m *DirectoryBlock) Marshal() (dAtA []byte, err error)

func (*DirectoryBlock) MarshalTo

func (m *DirectoryBlock) MarshalTo(dAtA []byte) (int, error)

func (*DirectoryBlock) MarshalToSizedBuffer

func (m *DirectoryBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DirectoryBlock) ProtoMessage

func (*DirectoryBlock) ProtoMessage()

func (*DirectoryBlock) Reset

func (m *DirectoryBlock) Reset()

func (*DirectoryBlock) Size

func (m *DirectoryBlock) Size() (n int)

func (*DirectoryBlock) String

func (m *DirectoryBlock) String() string

func (*DirectoryBlock) Unmarshal

func (m *DirectoryBlock) Unmarshal(dAtA []byte) error

func (*DirectoryBlock) XXX_DiscardUnknown

func (m *DirectoryBlock) XXX_DiscardUnknown()

func (*DirectoryBlock) XXX_Marshal

func (m *DirectoryBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DirectoryBlock) XXX_Merge

func (m *DirectoryBlock) XXX_Merge(src proto.Message)

func (*DirectoryBlock) XXX_Size

func (m *DirectoryBlock) XXX_Size() int

func (*DirectoryBlock) XXX_Unmarshal

func (m *DirectoryBlock) XXX_Unmarshal(b []byte) error

type DirectoryBlockAnchor

type DirectoryBlockAnchor struct {
	DirectoryBlockHash            []byte           `protobuf:"bytes,1,opt,name=directoryBlockHash,proto3" json:"directoryBlockHash,omitempty"`
	DirectoryBlockMerkleRoot      []byte           `protobuf:"bytes,2,opt,name=directoryBlockMerkleRoot,proto3" json:"directoryBlockMerkleRoot,omitempty"`
	BlockHeight                   uint32           `protobuf:"varint,3,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	Timestamp                     *types.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	BtcTxHash                     []byte           `protobuf:"bytes,5,opt,name=btcTxHash,proto3" json:"btcTxHash,omitempty"`
	BtcTxOffset                   uint32           `protobuf:"varint,6,opt,name=btcTxOffset,proto3" json:"btcTxOffset,omitempty"`
	BtcBlockHeight                uint32           `protobuf:"varint,7,opt,name=btcBlockHeight,proto3" json:"btcBlockHeight,omitempty"`
	BtcBlockHash                  []byte           `protobuf:"bytes,8,opt,name=btcBlockHash,proto3" json:"btcBlockHash,omitempty"`
	BtcConfirmed                  bool             `protobuf:"varint,9,opt,name=btcConfirmed,proto3" json:"btcConfirmed,omitempty"`
	EthereumAnchorRecordEntryHash []byte           `protobuf:"bytes,10,opt,name=ethereumAnchorRecordEntryHash,proto3" json:"ethereumAnchorRecordEntryHash,omitempty"`
	EthereumConfirmed             bool             `protobuf:"varint,11,opt,name=ethereumConfirmed,proto3" json:"ethereumConfirmed,omitempty"`
	XXX_NoUnkeyedLiteral          struct{}         `json:"-"`
	XXX_unrecognized              []byte           `json:"-"`
	XXX_sizecache                 int32            `json:"-"`
}

func (*DirectoryBlockAnchor) Descriptor

func (*DirectoryBlockAnchor) Descriptor() ([]byte, []int)

func (*DirectoryBlockAnchor) GetBlockHeight

func (m *DirectoryBlockAnchor) GetBlockHeight() uint32

func (*DirectoryBlockAnchor) GetBtcBlockHash

func (m *DirectoryBlockAnchor) GetBtcBlockHash() []byte

func (*DirectoryBlockAnchor) GetBtcBlockHeight

func (m *DirectoryBlockAnchor) GetBtcBlockHeight() uint32

func (*DirectoryBlockAnchor) GetBtcConfirmed

func (m *DirectoryBlockAnchor) GetBtcConfirmed() bool

func (*DirectoryBlockAnchor) GetBtcTxHash

func (m *DirectoryBlockAnchor) GetBtcTxHash() []byte

func (*DirectoryBlockAnchor) GetBtcTxOffset

func (m *DirectoryBlockAnchor) GetBtcTxOffset() uint32

func (*DirectoryBlockAnchor) GetDirectoryBlockHash

func (m *DirectoryBlockAnchor) GetDirectoryBlockHash() []byte

func (*DirectoryBlockAnchor) GetDirectoryBlockMerkleRoot

func (m *DirectoryBlockAnchor) GetDirectoryBlockMerkleRoot() []byte

func (*DirectoryBlockAnchor) GetEthereumAnchorRecordEntryHash

func (m *DirectoryBlockAnchor) GetEthereumAnchorRecordEntryHash() []byte

func (*DirectoryBlockAnchor) GetEthereumConfirmed

func (m *DirectoryBlockAnchor) GetEthereumConfirmed() bool

func (*DirectoryBlockAnchor) GetTimestamp

func (m *DirectoryBlockAnchor) GetTimestamp() *types.Timestamp

func (*DirectoryBlockAnchor) Marshal

func (m *DirectoryBlockAnchor) Marshal() (dAtA []byte, err error)

func (*DirectoryBlockAnchor) MarshalTo

func (m *DirectoryBlockAnchor) MarshalTo(dAtA []byte) (int, error)

func (*DirectoryBlockAnchor) MarshalToSizedBuffer

func (m *DirectoryBlockAnchor) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DirectoryBlockAnchor) ProtoMessage

func (*DirectoryBlockAnchor) ProtoMessage()

func (*DirectoryBlockAnchor) Reset

func (m *DirectoryBlockAnchor) Reset()

func (*DirectoryBlockAnchor) Size

func (m *DirectoryBlockAnchor) Size() (n int)

func (*DirectoryBlockAnchor) String

func (m *DirectoryBlockAnchor) String() string

func (*DirectoryBlockAnchor) Unmarshal

func (m *DirectoryBlockAnchor) Unmarshal(dAtA []byte) error

func (*DirectoryBlockAnchor) XXX_DiscardUnknown

func (m *DirectoryBlockAnchor) XXX_DiscardUnknown()

func (*DirectoryBlockAnchor) XXX_Marshal

func (m *DirectoryBlockAnchor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DirectoryBlockAnchor) XXX_Merge

func (m *DirectoryBlockAnchor) XXX_Merge(src proto.Message)

func (*DirectoryBlockAnchor) XXX_Size

func (m *DirectoryBlockAnchor) XXX_Size() int

func (*DirectoryBlockAnchor) XXX_Unmarshal

func (m *DirectoryBlockAnchor) XXX_Unmarshal(b []byte) error

type DirectoryBlockCommit

type DirectoryBlockCommit struct {
	DirectoryBlock       *DirectoryBlock    `protobuf:"bytes,1,opt,name=directoryBlock,proto3" json:"directoryBlock,omitempty"`
	AdminBlock           *AdminBlock        `protobuf:"bytes,2,opt,name=adminBlock,proto3" json:"adminBlock,omitempty"`
	FactoidBlock         *FactoidBlock      `protobuf:"bytes,3,opt,name=factoidBlock,proto3" json:"factoidBlock,omitempty"`
	EntryCreditBlock     *EntryCreditBlock  `protobuf:"bytes,4,opt,name=entryCreditBlock,proto3" json:"entryCreditBlock,omitempty"`
	EntryBlocks          []*EntryBlock      `protobuf:"bytes,5,rep,name=entryBlocks,proto3" json:"entryBlocks,omitempty"`
	EntryBlockEntries    []*EntryBlockEntry `protobuf:"bytes,6,rep,name=entryBlockEntries,proto3" json:"entryBlockEntries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*DirectoryBlockCommit) Descriptor

func (*DirectoryBlockCommit) Descriptor() ([]byte, []int)

func (*DirectoryBlockCommit) GetAdminBlock

func (m *DirectoryBlockCommit) GetAdminBlock() *AdminBlock

func (*DirectoryBlockCommit) GetDirectoryBlock

func (m *DirectoryBlockCommit) GetDirectoryBlock() *DirectoryBlock

func (*DirectoryBlockCommit) GetEntryBlockEntries

func (m *DirectoryBlockCommit) GetEntryBlockEntries() []*EntryBlockEntry

func (*DirectoryBlockCommit) GetEntryBlocks

func (m *DirectoryBlockCommit) GetEntryBlocks() []*EntryBlock

func (*DirectoryBlockCommit) GetEntryCreditBlock

func (m *DirectoryBlockCommit) GetEntryCreditBlock() *EntryCreditBlock

func (*DirectoryBlockCommit) GetFactoidBlock

func (m *DirectoryBlockCommit) GetFactoidBlock() *FactoidBlock

func (*DirectoryBlockCommit) Marshal

func (m *DirectoryBlockCommit) Marshal() (dAtA []byte, err error)

func (*DirectoryBlockCommit) MarshalTo

func (m *DirectoryBlockCommit) MarshalTo(dAtA []byte) (int, error)

func (*DirectoryBlockCommit) MarshalToSizedBuffer

func (m *DirectoryBlockCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DirectoryBlockCommit) ProtoMessage

func (*DirectoryBlockCommit) ProtoMessage()

func (*DirectoryBlockCommit) Reset

func (m *DirectoryBlockCommit) Reset()

func (*DirectoryBlockCommit) Size

func (m *DirectoryBlockCommit) Size() (n int)

func (*DirectoryBlockCommit) String

func (m *DirectoryBlockCommit) String() string

func (*DirectoryBlockCommit) Unmarshal

func (m *DirectoryBlockCommit) Unmarshal(dAtA []byte) error

func (*DirectoryBlockCommit) XXX_DiscardUnknown

func (m *DirectoryBlockCommit) XXX_DiscardUnknown()

func (*DirectoryBlockCommit) XXX_Marshal

func (m *DirectoryBlockCommit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DirectoryBlockCommit) XXX_Merge

func (m *DirectoryBlockCommit) XXX_Merge(src proto.Message)

func (*DirectoryBlockCommit) XXX_Size

func (m *DirectoryBlockCommit) XXX_Size() int

func (*DirectoryBlockCommit) XXX_Unmarshal

func (m *DirectoryBlockCommit) XXX_Unmarshal(b []byte) error

type DirectoryBlockEntry

type DirectoryBlockEntry struct {
	ChainID              []byte   `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"`
	KeyMerkleRoot        []byte   `protobuf:"bytes,2,opt,name=keyMerkleRoot,proto3" json:"keyMerkleRoot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DirectoryBlockEntry) Descriptor

func (*DirectoryBlockEntry) Descriptor() ([]byte, []int)

func (*DirectoryBlockEntry) GetChainID

func (m *DirectoryBlockEntry) GetChainID() []byte

func (*DirectoryBlockEntry) GetKeyMerkleRoot

func (m *DirectoryBlockEntry) GetKeyMerkleRoot() []byte

func (*DirectoryBlockEntry) Marshal

func (m *DirectoryBlockEntry) Marshal() (dAtA []byte, err error)

func (*DirectoryBlockEntry) MarshalTo

func (m *DirectoryBlockEntry) MarshalTo(dAtA []byte) (int, error)

func (*DirectoryBlockEntry) MarshalToSizedBuffer

func (m *DirectoryBlockEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DirectoryBlockEntry) ProtoMessage

func (*DirectoryBlockEntry) ProtoMessage()

func (*DirectoryBlockEntry) Reset

func (m *DirectoryBlockEntry) Reset()

func (*DirectoryBlockEntry) Size

func (m *DirectoryBlockEntry) Size() (n int)

func (*DirectoryBlockEntry) String

func (m *DirectoryBlockEntry) String() string

func (*DirectoryBlockEntry) Unmarshal

func (m *DirectoryBlockEntry) Unmarshal(dAtA []byte) error

func (*DirectoryBlockEntry) XXX_DiscardUnknown

func (m *DirectoryBlockEntry) XXX_DiscardUnknown()

func (*DirectoryBlockEntry) XXX_Marshal

func (m *DirectoryBlockEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DirectoryBlockEntry) XXX_Merge

func (m *DirectoryBlockEntry) XXX_Merge(src proto.Message)

func (*DirectoryBlockEntry) XXX_Size

func (m *DirectoryBlockEntry) XXX_Size() int

func (*DirectoryBlockEntry) XXX_Unmarshal

func (m *DirectoryBlockEntry) XXX_Unmarshal(b []byte) error

type DirectoryBlockHeader

type DirectoryBlockHeader struct {
	BodyMerkleRoot        []byte           `protobuf:"bytes,1,opt,name=bodyMerkleRoot,proto3" json:"bodyMerkleRoot,omitempty"`
	PreviousKeyMerkleRoot []byte           `protobuf:"bytes,2,opt,name=previousKeyMerkleRoot,proto3" json:"previousKeyMerkleRoot,omitempty"`
	PreviousFullHash      []byte           `protobuf:"bytes,3,opt,name=previousFullHash,proto3" json:"previousFullHash,omitempty"`
	Timestamp             *types.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	BlockHeight           uint32           `protobuf:"varint,5,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	BlockCount            uint32           `protobuf:"varint,6,opt,name=blockCount,proto3" json:"blockCount,omitempty"`
	Version               uint32           `protobuf:"varint,7,opt,name=version,proto3" json:"version,omitempty"`
	NetworkID             uint32           `protobuf:"varint,8,opt,name=networkID,proto3" json:"networkID,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}         `json:"-"`
	XXX_unrecognized      []byte           `json:"-"`
	XXX_sizecache         int32            `json:"-"`
}

func (*DirectoryBlockHeader) Descriptor

func (*DirectoryBlockHeader) Descriptor() ([]byte, []int)

func (*DirectoryBlockHeader) GetBlockCount

func (m *DirectoryBlockHeader) GetBlockCount() uint32

func (*DirectoryBlockHeader) GetBlockHeight

func (m *DirectoryBlockHeader) GetBlockHeight() uint32

func (*DirectoryBlockHeader) GetBodyMerkleRoot

func (m *DirectoryBlockHeader) GetBodyMerkleRoot() []byte

func (*DirectoryBlockHeader) GetNetworkID

func (m *DirectoryBlockHeader) GetNetworkID() uint32

func (*DirectoryBlockHeader) GetPreviousFullHash

func (m *DirectoryBlockHeader) GetPreviousFullHash() []byte

func (*DirectoryBlockHeader) GetPreviousKeyMerkleRoot

func (m *DirectoryBlockHeader) GetPreviousKeyMerkleRoot() []byte

func (*DirectoryBlockHeader) GetTimestamp

func (m *DirectoryBlockHeader) GetTimestamp() *types.Timestamp

func (*DirectoryBlockHeader) GetVersion

func (m *DirectoryBlockHeader) GetVersion() uint32

func (*DirectoryBlockHeader) Marshal

func (m *DirectoryBlockHeader) Marshal() (dAtA []byte, err error)

func (*DirectoryBlockHeader) MarshalTo

func (m *DirectoryBlockHeader) MarshalTo(dAtA []byte) (int, error)

func (*DirectoryBlockHeader) MarshalToSizedBuffer

func (m *DirectoryBlockHeader) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DirectoryBlockHeader) ProtoMessage

func (*DirectoryBlockHeader) ProtoMessage()

func (*DirectoryBlockHeader) Reset

func (m *DirectoryBlockHeader) Reset()

func (*DirectoryBlockHeader) Size

func (m *DirectoryBlockHeader) Size() (n int)

func (*DirectoryBlockHeader) String

func (m *DirectoryBlockHeader) String() string

func (*DirectoryBlockHeader) Unmarshal

func (m *DirectoryBlockHeader) Unmarshal(dAtA []byte) error

func (*DirectoryBlockHeader) XXX_DiscardUnknown

func (m *DirectoryBlockHeader) XXX_DiscardUnknown()

func (*DirectoryBlockHeader) XXX_Marshal

func (m *DirectoryBlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DirectoryBlockHeader) XXX_Merge

func (m *DirectoryBlockHeader) XXX_Merge(src proto.Message)

func (*DirectoryBlockHeader) XXX_Size

func (m *DirectoryBlockHeader) XXX_Size() int

func (*DirectoryBlockHeader) XXX_Unmarshal

func (m *DirectoryBlockHeader) XXX_Unmarshal(b []byte) error

type DirectoryBlockSignatureEntry

type DirectoryBlockSignatureEntry struct {
	IdentityAdminChainID            []byte     `protobuf:"bytes,1,opt,name=identityAdminChainID,proto3" json:"identityAdminChainID,omitempty"`
	PreviousDirectoryBlockSignature *Signature `protobuf:"bytes,2,opt,name=previousDirectoryBlockSignature,proto3" json:"previousDirectoryBlockSignature,omitempty"`
	XXX_NoUnkeyedLiteral            struct{}   `json:"-"`
	XXX_unrecognized                []byte     `json:"-"`
	XXX_sizecache                   int32      `json:"-"`
}

func (*DirectoryBlockSignatureEntry) Descriptor

func (*DirectoryBlockSignatureEntry) Descriptor() ([]byte, []int)

func (*DirectoryBlockSignatureEntry) GetIdentityAdminChainID

func (m *DirectoryBlockSignatureEntry) GetIdentityAdminChainID() []byte

func (*DirectoryBlockSignatureEntry) GetPreviousDirectoryBlockSignature

func (m *DirectoryBlockSignatureEntry) GetPreviousDirectoryBlockSignature() *Signature

func (*DirectoryBlockSignatureEntry) Marshal

func (m *DirectoryBlockSignatureEntry) Marshal() (dAtA []byte, err error)

func (*DirectoryBlockSignatureEntry) MarshalTo

func (m *DirectoryBlockSignatureEntry) MarshalTo(dAtA []byte) (int, error)

func (*DirectoryBlockSignatureEntry) MarshalToSizedBuffer

func (m *DirectoryBlockSignatureEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DirectoryBlockSignatureEntry) ProtoMessage

func (*DirectoryBlockSignatureEntry) ProtoMessage()

func (*DirectoryBlockSignatureEntry) Reset

func (m *DirectoryBlockSignatureEntry) Reset()

func (*DirectoryBlockSignatureEntry) Size

func (m *DirectoryBlockSignatureEntry) Size() (n int)

func (*DirectoryBlockSignatureEntry) String

func (*DirectoryBlockSignatureEntry) Unmarshal

func (m *DirectoryBlockSignatureEntry) Unmarshal(dAtA []byte) error

func (*DirectoryBlockSignatureEntry) XXX_DiscardUnknown

func (m *DirectoryBlockSignatureEntry) XXX_DiscardUnknown()

func (*DirectoryBlockSignatureEntry) XXX_Marshal

func (m *DirectoryBlockSignatureEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DirectoryBlockSignatureEntry) XXX_Merge

func (m *DirectoryBlockSignatureEntry) XXX_Merge(src proto.Message)

func (*DirectoryBlockSignatureEntry) XXX_Size

func (m *DirectoryBlockSignatureEntry) XXX_Size() int

func (*DirectoryBlockSignatureEntry) XXX_Unmarshal

func (m *DirectoryBlockSignatureEntry) XXX_Unmarshal(b []byte) error

type EndOfMinuteEntry

type EndOfMinuteEntry struct {
	MinuteNumber         uint32   `protobuf:"varint,1,opt,name=minuteNumber,proto3" json:"minuteNumber,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EndOfMinuteEntry) Descriptor

func (*EndOfMinuteEntry) Descriptor() ([]byte, []int)

func (*EndOfMinuteEntry) GetMinuteNumber

func (m *EndOfMinuteEntry) GetMinuteNumber() uint32

func (*EndOfMinuteEntry) Marshal

func (m *EndOfMinuteEntry) Marshal() (dAtA []byte, err error)

func (*EndOfMinuteEntry) MarshalTo

func (m *EndOfMinuteEntry) MarshalTo(dAtA []byte) (int, error)

func (*EndOfMinuteEntry) MarshalToSizedBuffer

func (m *EndOfMinuteEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EndOfMinuteEntry) ProtoMessage

func (*EndOfMinuteEntry) ProtoMessage()

func (*EndOfMinuteEntry) Reset

func (m *EndOfMinuteEntry) Reset()

func (*EndOfMinuteEntry) Size

func (m *EndOfMinuteEntry) Size() (n int)

func (*EndOfMinuteEntry) String

func (m *EndOfMinuteEntry) String() string

func (*EndOfMinuteEntry) Unmarshal

func (m *EndOfMinuteEntry) Unmarshal(dAtA []byte) error

func (*EndOfMinuteEntry) XXX_DiscardUnknown

func (m *EndOfMinuteEntry) XXX_DiscardUnknown()

func (*EndOfMinuteEntry) XXX_Marshal

func (m *EndOfMinuteEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EndOfMinuteEntry) XXX_Merge

func (m *EndOfMinuteEntry) XXX_Merge(src proto.Message)

func (*EndOfMinuteEntry) XXX_Size

func (m *EndOfMinuteEntry) XXX_Size() int

func (*EndOfMinuteEntry) XXX_Unmarshal

func (m *EndOfMinuteEntry) XXX_Unmarshal(b []byte) error

type EntityState

type EntityState int32
const (
	EntityState_REQUESTED                    EntityState = 0
	EntityState_ACCEPTED                     EntityState = 1
	EntityState_REJECTED                     EntityState = 2
	EntityState_COMMITTED_TO_DIRECTORY_BLOCK EntityState = 3
)

func (EntityState) EnumDescriptor

func (EntityState) EnumDescriptor() ([]byte, []int)

func (EntityState) String

func (x EntityState) String() string

type EntryBlock

type EntryBlock struct {
	Header               *EntryBlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	EntryHashes          [][]byte          `protobuf:"bytes,2,rep,name=entryHashes,proto3" json:"entryHashes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*EntryBlock) Descriptor

func (*EntryBlock) Descriptor() ([]byte, []int)

func (*EntryBlock) GetEntryHashes

func (m *EntryBlock) GetEntryHashes() [][]byte

func (*EntryBlock) GetHeader

func (m *EntryBlock) GetHeader() *EntryBlockHeader

func (*EntryBlock) Marshal

func (m *EntryBlock) Marshal() (dAtA []byte, err error)

func (*EntryBlock) MarshalTo

func (m *EntryBlock) MarshalTo(dAtA []byte) (int, error)

func (*EntryBlock) MarshalToSizedBuffer

func (m *EntryBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryBlock) ProtoMessage

func (*EntryBlock) ProtoMessage()

func (*EntryBlock) Reset

func (m *EntryBlock) Reset()

func (*EntryBlock) Size

func (m *EntryBlock) Size() (n int)

func (*EntryBlock) String

func (m *EntryBlock) String() string

func (*EntryBlock) Unmarshal

func (m *EntryBlock) Unmarshal(dAtA []byte) error

func (*EntryBlock) XXX_DiscardUnknown

func (m *EntryBlock) XXX_DiscardUnknown()

func (*EntryBlock) XXX_Marshal

func (m *EntryBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntryBlock) XXX_Merge

func (m *EntryBlock) XXX_Merge(src proto.Message)

func (*EntryBlock) XXX_Size

func (m *EntryBlock) XXX_Size() int

func (*EntryBlock) XXX_Unmarshal

func (m *EntryBlock) XXX_Unmarshal(b []byte) error

type EntryBlockEntry

type EntryBlockEntry struct {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	ExternalIDs          [][]byte `protobuf:"bytes,2,rep,name=externalIDs,proto3" json:"externalIDs,omitempty"`
	Content              []byte   `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	Version              uint32   `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	ChainID              []byte   `protobuf:"bytes,5,opt,name=chainID,proto3" json:"chainID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EntryBlockEntry) Descriptor

func (*EntryBlockEntry) Descriptor() ([]byte, []int)

func (*EntryBlockEntry) GetChainID

func (m *EntryBlockEntry) GetChainID() []byte

func (*EntryBlockEntry) GetContent

func (m *EntryBlockEntry) GetContent() []byte

func (*EntryBlockEntry) GetExternalIDs

func (m *EntryBlockEntry) GetExternalIDs() [][]byte

func (*EntryBlockEntry) GetHash

func (m *EntryBlockEntry) GetHash() []byte

func (*EntryBlockEntry) GetVersion

func (m *EntryBlockEntry) GetVersion() uint32

func (*EntryBlockEntry) Marshal

func (m *EntryBlockEntry) Marshal() (dAtA []byte, err error)

func (*EntryBlockEntry) MarshalTo

func (m *EntryBlockEntry) MarshalTo(dAtA []byte) (int, error)

func (*EntryBlockEntry) MarshalToSizedBuffer

func (m *EntryBlockEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryBlockEntry) ProtoMessage

func (*EntryBlockEntry) ProtoMessage()

func (*EntryBlockEntry) Reset

func (m *EntryBlockEntry) Reset()

func (*EntryBlockEntry) Size

func (m *EntryBlockEntry) Size() (n int)

func (*EntryBlockEntry) String

func (m *EntryBlockEntry) String() string

func (*EntryBlockEntry) Unmarshal

func (m *EntryBlockEntry) Unmarshal(dAtA []byte) error

func (*EntryBlockEntry) XXX_DiscardUnknown

func (m *EntryBlockEntry) XXX_DiscardUnknown()

func (*EntryBlockEntry) XXX_Marshal

func (m *EntryBlockEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntryBlockEntry) XXX_Merge

func (m *EntryBlockEntry) XXX_Merge(src proto.Message)

func (*EntryBlockEntry) XXX_Size

func (m *EntryBlockEntry) XXX_Size() int

func (*EntryBlockEntry) XXX_Unmarshal

func (m *EntryBlockEntry) XXX_Unmarshal(b []byte) error

type EntryBlockHeader

type EntryBlockHeader struct {
	BodyMerkleRoot        []byte   `protobuf:"bytes,1,opt,name=bodyMerkleRoot,proto3" json:"bodyMerkleRoot,omitempty"`
	ChainID               []byte   `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"`
	PreviousFullHash      []byte   `protobuf:"bytes,3,opt,name=previousFullHash,proto3" json:"previousFullHash,omitempty"`
	PreviousKeyMerkleRoot []byte   `protobuf:"bytes,4,opt,name=previousKeyMerkleRoot,proto3" json:"previousKeyMerkleRoot,omitempty"`
	BlockHeight           uint32   `protobuf:"varint,5,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	BlockSequence         uint32   `protobuf:"varint,6,opt,name=blockSequence,proto3" json:"blockSequence,omitempty"`
	EntryCount            uint32   `protobuf:"varint,7,opt,name=entryCount,proto3" json:"entryCount,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*EntryBlockHeader) Descriptor

func (*EntryBlockHeader) Descriptor() ([]byte, []int)

func (*EntryBlockHeader) GetBlockHeight

func (m *EntryBlockHeader) GetBlockHeight() uint32

func (*EntryBlockHeader) GetBlockSequence

func (m *EntryBlockHeader) GetBlockSequence() uint32

func (*EntryBlockHeader) GetBodyMerkleRoot

func (m *EntryBlockHeader) GetBodyMerkleRoot() []byte

func (*EntryBlockHeader) GetChainID

func (m *EntryBlockHeader) GetChainID() []byte

func (*EntryBlockHeader) GetEntryCount

func (m *EntryBlockHeader) GetEntryCount() uint32

func (*EntryBlockHeader) GetPreviousFullHash

func (m *EntryBlockHeader) GetPreviousFullHash() []byte

func (*EntryBlockHeader) GetPreviousKeyMerkleRoot

func (m *EntryBlockHeader) GetPreviousKeyMerkleRoot() []byte

func (*EntryBlockHeader) Marshal

func (m *EntryBlockHeader) Marshal() (dAtA []byte, err error)

func (*EntryBlockHeader) MarshalTo

func (m *EntryBlockHeader) MarshalTo(dAtA []byte) (int, error)

func (*EntryBlockHeader) MarshalToSizedBuffer

func (m *EntryBlockHeader) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryBlockHeader) ProtoMessage

func (*EntryBlockHeader) ProtoMessage()

func (*EntryBlockHeader) Reset

func (m *EntryBlockHeader) Reset()

func (*EntryBlockHeader) Size

func (m *EntryBlockHeader) Size() (n int)

func (*EntryBlockHeader) String

func (m *EntryBlockHeader) String() string

func (*EntryBlockHeader) Unmarshal

func (m *EntryBlockHeader) Unmarshal(dAtA []byte) error

func (*EntryBlockHeader) XXX_DiscardUnknown

func (m *EntryBlockHeader) XXX_DiscardUnknown()

func (*EntryBlockHeader) XXX_Marshal

func (m *EntryBlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntryBlockHeader) XXX_Merge

func (m *EntryBlockHeader) XXX_Merge(src proto.Message)

func (*EntryBlockHeader) XXX_Size

func (m *EntryBlockHeader) XXX_Size() int

func (*EntryBlockHeader) XXX_Unmarshal

func (m *EntryBlockHeader) XXX_Unmarshal(b []byte) error

type EntryCommit

type EntryCommit struct {
	EntityState          EntityState      `protobuf:"varint,1,opt,name=entityState,proto3,enum=eventmessages.EntityState" json:"entityState,omitempty"`
	EntryHash            []byte           `protobuf:"bytes,2,opt,name=entryHash,proto3" json:"entryHash,omitempty"`
	Timestamp            *types.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Credits              uint32           `protobuf:"varint,4,opt,name=credits,proto3" json:"credits,omitempty"`
	EntryCreditPublicKey []byte           `protobuf:"bytes,5,opt,name=entryCreditPublicKey,proto3" json:"entryCreditPublicKey,omitempty"`
	Signature            []byte           `protobuf:"bytes,6,opt,name=signature,proto3" json:"signature,omitempty"`
	Version              uint32           `protobuf:"varint,7,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*EntryCommit) Descriptor

func (*EntryCommit) Descriptor() ([]byte, []int)

func (*EntryCommit) GetCredits

func (m *EntryCommit) GetCredits() uint32

func (*EntryCommit) GetEntityState

func (m *EntryCommit) GetEntityState() EntityState

func (*EntryCommit) GetEntryCreditPublicKey

func (m *EntryCommit) GetEntryCreditPublicKey() []byte

func (*EntryCommit) GetEntryHash

func (m *EntryCommit) GetEntryHash() []byte

func (*EntryCommit) GetSignature

func (m *EntryCommit) GetSignature() []byte

func (*EntryCommit) GetTimestamp

func (m *EntryCommit) GetTimestamp() *types.Timestamp

func (*EntryCommit) GetVersion

func (m *EntryCommit) GetVersion() uint32

func (*EntryCommit) Marshal

func (m *EntryCommit) Marshal() (dAtA []byte, err error)

func (*EntryCommit) MarshalTo

func (m *EntryCommit) MarshalTo(dAtA []byte) (int, error)

func (*EntryCommit) MarshalToSizedBuffer

func (m *EntryCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryCommit) ProtoMessage

func (*EntryCommit) ProtoMessage()

func (*EntryCommit) Reset

func (m *EntryCommit) Reset()

func (*EntryCommit) Size

func (m *EntryCommit) Size() (n int)

func (*EntryCommit) String

func (m *EntryCommit) String() string

func (*EntryCommit) Unmarshal

func (m *EntryCommit) Unmarshal(dAtA []byte) error

func (*EntryCommit) XXX_DiscardUnknown

func (m *EntryCommit) XXX_DiscardUnknown()

func (*EntryCommit) XXX_Marshal

func (m *EntryCommit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntryCommit) XXX_Merge

func (m *EntryCommit) XXX_Merge(src proto.Message)

func (*EntryCommit) XXX_Size

func (m *EntryCommit) XXX_Size() int

func (*EntryCommit) XXX_Unmarshal

func (m *EntryCommit) XXX_Unmarshal(b []byte) error

type EntryCreditBlock

type EntryCreditBlock struct {
	Header               *EntryCreditBlockHeader  `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Entries              []*EntryCreditBlockEntry `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

==== ENTRY CREDIT BLOCK =====

func (*EntryCreditBlock) Descriptor

func (*EntryCreditBlock) Descriptor() ([]byte, []int)

func (*EntryCreditBlock) GetEntries

func (m *EntryCreditBlock) GetEntries() []*EntryCreditBlockEntry

func (*EntryCreditBlock) GetHeader

func (m *EntryCreditBlock) GetHeader() *EntryCreditBlockHeader

func (*EntryCreditBlock) Marshal

func (m *EntryCreditBlock) Marshal() (dAtA []byte, err error)

func (*EntryCreditBlock) MarshalTo

func (m *EntryCreditBlock) MarshalTo(dAtA []byte) (int, error)

func (*EntryCreditBlock) MarshalToSizedBuffer

func (m *EntryCreditBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryCreditBlock) ProtoMessage

func (*EntryCreditBlock) ProtoMessage()

func (*EntryCreditBlock) Reset

func (m *EntryCreditBlock) Reset()

func (*EntryCreditBlock) Size

func (m *EntryCreditBlock) Size() (n int)

func (*EntryCreditBlock) String

func (m *EntryCreditBlock) String() string

func (*EntryCreditBlock) Unmarshal

func (m *EntryCreditBlock) Unmarshal(dAtA []byte) error

func (*EntryCreditBlock) XXX_DiscardUnknown

func (m *EntryCreditBlock) XXX_DiscardUnknown()

func (*EntryCreditBlock) XXX_Marshal

func (m *EntryCreditBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntryCreditBlock) XXX_Merge

func (m *EntryCreditBlock) XXX_Merge(src proto.Message)

func (*EntryCreditBlock) XXX_Size

func (m *EntryCreditBlock) XXX_Size() int

func (*EntryCreditBlock) XXX_Unmarshal

func (m *EntryCreditBlock) XXX_Unmarshal(b []byte) error

type EntryCreditBlockEntry

type EntryCreditBlockEntry struct {
	// Types that are valid to be assigned to EntryCreditBlockEntry:
	//	*EntryCreditBlockEntry_ChainCommit
	//	*EntryCreditBlockEntry_EntryCommit
	//	*EntryCreditBlockEntry_IncreaseBalance
	//	*EntryCreditBlockEntry_MinuteNumber
	//	*EntryCreditBlockEntry_ServerIndexNumber
	EntryCreditBlockEntry isEntryCreditBlockEntry_EntryCreditBlockEntry `protobuf_oneof:"entryCreditBlockEntry"`
	XXX_NoUnkeyedLiteral  struct{}                                      `json:"-"`
	XXX_unrecognized      []byte                                        `json:"-"`
	XXX_sizecache         int32                                         `json:"-"`
}

func (*EntryCreditBlockEntry) Descriptor

func (*EntryCreditBlockEntry) Descriptor() ([]byte, []int)

func (*EntryCreditBlockEntry) GetChainCommit

func (m *EntryCreditBlockEntry) GetChainCommit() *ChainCommit

func (*EntryCreditBlockEntry) GetEntryCommit

func (m *EntryCreditBlockEntry) GetEntryCommit() *EntryCommit

func (*EntryCreditBlockEntry) GetEntryCreditBlockEntry

func (m *EntryCreditBlockEntry) GetEntryCreditBlockEntry() isEntryCreditBlockEntry_EntryCreditBlockEntry

func (*EntryCreditBlockEntry) GetIncreaseBalance

func (m *EntryCreditBlockEntry) GetIncreaseBalance() *IncreaseBalance

func (*EntryCreditBlockEntry) GetMinuteNumber

func (m *EntryCreditBlockEntry) GetMinuteNumber() *MinuteNumber

func (*EntryCreditBlockEntry) GetServerIndexNumber

func (m *EntryCreditBlockEntry) GetServerIndexNumber() *ServerIndexNumber

func (*EntryCreditBlockEntry) Marshal

func (m *EntryCreditBlockEntry) Marshal() (dAtA []byte, err error)

func (*EntryCreditBlockEntry) MarshalTo

func (m *EntryCreditBlockEntry) MarshalTo(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry) MarshalToSizedBuffer

func (m *EntryCreditBlockEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry) ProtoMessage

func (*EntryCreditBlockEntry) ProtoMessage()

func (*EntryCreditBlockEntry) Reset

func (m *EntryCreditBlockEntry) Reset()

func (*EntryCreditBlockEntry) Size

func (m *EntryCreditBlockEntry) Size() (n int)

func (*EntryCreditBlockEntry) String

func (m *EntryCreditBlockEntry) String() string

func (*EntryCreditBlockEntry) Unmarshal

func (m *EntryCreditBlockEntry) Unmarshal(dAtA []byte) error

func (*EntryCreditBlockEntry) XXX_DiscardUnknown

func (m *EntryCreditBlockEntry) XXX_DiscardUnknown()

func (*EntryCreditBlockEntry) XXX_Marshal

func (m *EntryCreditBlockEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntryCreditBlockEntry) XXX_Merge

func (m *EntryCreditBlockEntry) XXX_Merge(src proto.Message)

func (*EntryCreditBlockEntry) XXX_OneofWrappers

func (*EntryCreditBlockEntry) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*EntryCreditBlockEntry) XXX_Size

func (m *EntryCreditBlockEntry) XXX_Size() int

func (*EntryCreditBlockEntry) XXX_Unmarshal

func (m *EntryCreditBlockEntry) XXX_Unmarshal(b []byte) error

type EntryCreditBlockEntry_ChainCommit

type EntryCreditBlockEntry_ChainCommit struct {
	ChainCommit *ChainCommit `protobuf:"bytes,1,opt,name=chainCommit,proto3,oneof" json:"chainCommit,omitempty"`
}

func (*EntryCreditBlockEntry_ChainCommit) MarshalTo

func (m *EntryCreditBlockEntry_ChainCommit) MarshalTo(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry_ChainCommit) MarshalToSizedBuffer

func (m *EntryCreditBlockEntry_ChainCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry_ChainCommit) Size

func (m *EntryCreditBlockEntry_ChainCommit) Size() (n int)

type EntryCreditBlockEntry_EntryCommit

type EntryCreditBlockEntry_EntryCommit struct {
	EntryCommit *EntryCommit `protobuf:"bytes,2,opt,name=entryCommit,proto3,oneof" json:"entryCommit,omitempty"`
}

func (*EntryCreditBlockEntry_EntryCommit) MarshalTo

func (m *EntryCreditBlockEntry_EntryCommit) MarshalTo(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry_EntryCommit) MarshalToSizedBuffer

func (m *EntryCreditBlockEntry_EntryCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry_EntryCommit) Size

func (m *EntryCreditBlockEntry_EntryCommit) Size() (n int)

type EntryCreditBlockEntry_IncreaseBalance

type EntryCreditBlockEntry_IncreaseBalance struct {
	IncreaseBalance *IncreaseBalance `protobuf:"bytes,3,opt,name=increaseBalance,proto3,oneof" json:"increaseBalance,omitempty"`
}

func (*EntryCreditBlockEntry_IncreaseBalance) MarshalTo

func (m *EntryCreditBlockEntry_IncreaseBalance) MarshalTo(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry_IncreaseBalance) MarshalToSizedBuffer

func (m *EntryCreditBlockEntry_IncreaseBalance) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry_IncreaseBalance) Size

type EntryCreditBlockEntry_MinuteNumber

type EntryCreditBlockEntry_MinuteNumber struct {
	MinuteNumber *MinuteNumber `protobuf:"bytes,4,opt,name=minuteNumber,proto3,oneof" json:"minuteNumber,omitempty"`
}

func (*EntryCreditBlockEntry_MinuteNumber) MarshalTo

func (m *EntryCreditBlockEntry_MinuteNumber) MarshalTo(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry_MinuteNumber) MarshalToSizedBuffer

func (m *EntryCreditBlockEntry_MinuteNumber) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry_MinuteNumber) Size

type EntryCreditBlockEntry_ServerIndexNumber

type EntryCreditBlockEntry_ServerIndexNumber struct {
	ServerIndexNumber *ServerIndexNumber `protobuf:"bytes,5,opt,name=serverIndexNumber,proto3,oneof" json:"serverIndexNumber,omitempty"`
}

func (*EntryCreditBlockEntry_ServerIndexNumber) MarshalTo

func (m *EntryCreditBlockEntry_ServerIndexNumber) MarshalTo(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry_ServerIndexNumber) MarshalToSizedBuffer

func (m *EntryCreditBlockEntry_ServerIndexNumber) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryCreditBlockEntry_ServerIndexNumber) Size

type EntryCreditBlockHeader

type EntryCreditBlockHeader struct {
	BodyHash             []byte   `protobuf:"bytes,1,opt,name=bodyHash,proto3" json:"bodyHash,omitempty"`
	PreviousHeaderHash   []byte   `protobuf:"bytes,2,opt,name=previousHeaderHash,proto3" json:"previousHeaderHash,omitempty"`
	PreviousFullHash     []byte   `protobuf:"bytes,3,opt,name=previousFullHash,proto3" json:"previousFullHash,omitempty"`
	BlockHeight          uint32   `protobuf:"varint,4,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	ObjectCount          uint64   `protobuf:"varint,5,opt,name=objectCount,proto3" json:"objectCount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EntryCreditBlockHeader) Descriptor

func (*EntryCreditBlockHeader) Descriptor() ([]byte, []int)

func (*EntryCreditBlockHeader) GetBlockHeight

func (m *EntryCreditBlockHeader) GetBlockHeight() uint32

func (*EntryCreditBlockHeader) GetBodyHash

func (m *EntryCreditBlockHeader) GetBodyHash() []byte

func (*EntryCreditBlockHeader) GetObjectCount

func (m *EntryCreditBlockHeader) GetObjectCount() uint64

func (*EntryCreditBlockHeader) GetPreviousFullHash

func (m *EntryCreditBlockHeader) GetPreviousFullHash() []byte

func (*EntryCreditBlockHeader) GetPreviousHeaderHash

func (m *EntryCreditBlockHeader) GetPreviousHeaderHash() []byte

func (*EntryCreditBlockHeader) Marshal

func (m *EntryCreditBlockHeader) Marshal() (dAtA []byte, err error)

func (*EntryCreditBlockHeader) MarshalTo

func (m *EntryCreditBlockHeader) MarshalTo(dAtA []byte) (int, error)

func (*EntryCreditBlockHeader) MarshalToSizedBuffer

func (m *EntryCreditBlockHeader) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryCreditBlockHeader) ProtoMessage

func (*EntryCreditBlockHeader) ProtoMessage()

func (*EntryCreditBlockHeader) Reset

func (m *EntryCreditBlockHeader) Reset()

func (*EntryCreditBlockHeader) Size

func (m *EntryCreditBlockHeader) Size() (n int)

func (*EntryCreditBlockHeader) String

func (m *EntryCreditBlockHeader) String() string

func (*EntryCreditBlockHeader) Unmarshal

func (m *EntryCreditBlockHeader) Unmarshal(dAtA []byte) error

func (*EntryCreditBlockHeader) XXX_DiscardUnknown

func (m *EntryCreditBlockHeader) XXX_DiscardUnknown()

func (*EntryCreditBlockHeader) XXX_Marshal

func (m *EntryCreditBlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntryCreditBlockHeader) XXX_Merge

func (m *EntryCreditBlockHeader) XXX_Merge(src proto.Message)

func (*EntryCreditBlockHeader) XXX_Size

func (m *EntryCreditBlockHeader) XXX_Size() int

func (*EntryCreditBlockHeader) XXX_Unmarshal

func (m *EntryCreditBlockHeader) XXX_Unmarshal(b []byte) error

type EntryReveal

type EntryReveal struct {
	EntityState          EntityState      `protobuf:"varint,1,opt,name=entityState,proto3,enum=eventmessages.EntityState" json:"entityState,omitempty"`
	Entry                *EntryBlockEntry `protobuf:"bytes,2,opt,name=entry,proto3" json:"entry,omitempty"`
	Timestamp            *types.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*EntryReveal) Descriptor

func (*EntryReveal) Descriptor() ([]byte, []int)

func (*EntryReveal) GetEntityState

func (m *EntryReveal) GetEntityState() EntityState

func (*EntryReveal) GetEntry

func (m *EntryReveal) GetEntry() *EntryBlockEntry

func (*EntryReveal) GetTimestamp

func (m *EntryReveal) GetTimestamp() *types.Timestamp

func (*EntryReveal) Marshal

func (m *EntryReveal) Marshal() (dAtA []byte, err error)

func (*EntryReveal) MarshalTo

func (m *EntryReveal) MarshalTo(dAtA []byte) (int, error)

func (*EntryReveal) MarshalToSizedBuffer

func (m *EntryReveal) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EntryReveal) ProtoMessage

func (*EntryReveal) ProtoMessage()

func (*EntryReveal) Reset

func (m *EntryReveal) Reset()

func (*EntryReveal) Size

func (m *EntryReveal) Size() (n int)

func (*EntryReveal) String

func (m *EntryReveal) String() string

func (*EntryReveal) Unmarshal

func (m *EntryReveal) Unmarshal(dAtA []byte) error

func (*EntryReveal) XXX_DiscardUnknown

func (m *EntryReveal) XXX_DiscardUnknown()

func (*EntryReveal) XXX_Marshal

func (m *EntryReveal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntryReveal) XXX_Merge

func (m *EntryReveal) XXX_Merge(src proto.Message)

func (*EntryReveal) XXX_Size

func (m *EntryReveal) XXX_Size() int

func (*EntryReveal) XXX_Unmarshal

func (m *EntryReveal) XXX_Unmarshal(b []byte) error

type EventSource

type EventSource int32

==== ENUMS =====

const (
	EventSource_LIVE        EventSource = 0
	EventSource_REPLAY_BOOT EventSource = 1
)

func (EventSource) EnumDescriptor

func (EventSource) EnumDescriptor() ([]byte, []int)

func (EventSource) String

func (x EventSource) String() string

type FactoidBlock

type FactoidBlock struct {
	BodyMerkleRoot              []byte         `protobuf:"bytes,1,opt,name=bodyMerkleRoot,proto3" json:"bodyMerkleRoot,omitempty"`
	PreviousKeyMerkleRoot       []byte         `protobuf:"bytes,2,opt,name=previousKeyMerkleRoot,proto3" json:"previousKeyMerkleRoot,omitempty"`
	PreviousLedgerKeyMerkleRoot []byte         `protobuf:"bytes,3,opt,name=previousLedgerKeyMerkleRoot,proto3" json:"previousLedgerKeyMerkleRoot,omitempty"`
	KeyMerkleRoot               []byte         `protobuf:"bytes,4,opt,name=keyMerkleRoot,proto3" json:"keyMerkleRoot,omitempty"`
	ExchangeRate                uint64         `protobuf:"varint,5,opt,name=exchangeRate,proto3" json:"exchangeRate,omitempty"`
	BlockHeight                 uint32         `protobuf:"varint,6,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	TransactionCount            uint32         `protobuf:"varint,7,opt,name=transactionCount,proto3" json:"transactionCount,omitempty"`
	Transactions                []*Transaction `protobuf:"bytes,8,rep,name=transactions,proto3" json:"transactions,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}       `json:"-"`
	XXX_unrecognized            []byte         `json:"-"`
	XXX_sizecache               int32          `json:"-"`
}

==== FACTOID BLOCK STRUCTURES =====

func (*FactoidBlock) Descriptor

func (*FactoidBlock) Descriptor() ([]byte, []int)

func (*FactoidBlock) GetBlockHeight

func (m *FactoidBlock) GetBlockHeight() uint32

func (*FactoidBlock) GetBodyMerkleRoot

func (m *FactoidBlock) GetBodyMerkleRoot() []byte

func (*FactoidBlock) GetExchangeRate

func (m *FactoidBlock) GetExchangeRate() uint64

func (*FactoidBlock) GetKeyMerkleRoot

func (m *FactoidBlock) GetKeyMerkleRoot() []byte

func (*FactoidBlock) GetPreviousKeyMerkleRoot

func (m *FactoidBlock) GetPreviousKeyMerkleRoot() []byte

func (*FactoidBlock) GetPreviousLedgerKeyMerkleRoot

func (m *FactoidBlock) GetPreviousLedgerKeyMerkleRoot() []byte

func (*FactoidBlock) GetTransactionCount

func (m *FactoidBlock) GetTransactionCount() uint32

func (*FactoidBlock) GetTransactions

func (m *FactoidBlock) GetTransactions() []*Transaction

func (*FactoidBlock) Marshal

func (m *FactoidBlock) Marshal() (dAtA []byte, err error)

func (*FactoidBlock) MarshalTo

func (m *FactoidBlock) MarshalTo(dAtA []byte) (int, error)

func (*FactoidBlock) MarshalToSizedBuffer

func (m *FactoidBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FactoidBlock) ProtoMessage

func (*FactoidBlock) ProtoMessage()

func (*FactoidBlock) Reset

func (m *FactoidBlock) Reset()

func (*FactoidBlock) Size

func (m *FactoidBlock) Size() (n int)

func (*FactoidBlock) String

func (m *FactoidBlock) String() string

func (*FactoidBlock) Unmarshal

func (m *FactoidBlock) Unmarshal(dAtA []byte) error

func (*FactoidBlock) XXX_DiscardUnknown

func (m *FactoidBlock) XXX_DiscardUnknown()

func (*FactoidBlock) XXX_Marshal

func (m *FactoidBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FactoidBlock) XXX_Merge

func (m *FactoidBlock) XXX_Merge(src proto.Message)

func (*FactoidBlock) XXX_Size

func (m *FactoidBlock) XXX_Size() int

func (*FactoidBlock) XXX_Unmarshal

func (m *FactoidBlock) XXX_Unmarshal(b []byte) error

type FactoidSignatureBlock

type FactoidSignatureBlock struct {
	Signature            [][]byte `protobuf:"bytes,1,rep,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FactoidSignatureBlock) Descriptor

func (*FactoidSignatureBlock) Descriptor() ([]byte, []int)

func (*FactoidSignatureBlock) GetSignature

func (m *FactoidSignatureBlock) GetSignature() [][]byte

func (*FactoidSignatureBlock) Marshal

func (m *FactoidSignatureBlock) Marshal() (dAtA []byte, err error)

func (*FactoidSignatureBlock) MarshalTo

func (m *FactoidSignatureBlock) MarshalTo(dAtA []byte) (int, error)

func (*FactoidSignatureBlock) MarshalToSizedBuffer

func (m *FactoidSignatureBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FactoidSignatureBlock) ProtoMessage

func (*FactoidSignatureBlock) ProtoMessage()

func (*FactoidSignatureBlock) Reset

func (m *FactoidSignatureBlock) Reset()

func (*FactoidSignatureBlock) Size

func (m *FactoidSignatureBlock) Size() (n int)

func (*FactoidSignatureBlock) String

func (m *FactoidSignatureBlock) String() string

func (*FactoidSignatureBlock) Unmarshal

func (m *FactoidSignatureBlock) Unmarshal(dAtA []byte) error

func (*FactoidSignatureBlock) XXX_DiscardUnknown

func (m *FactoidSignatureBlock) XXX_DiscardUnknown()

func (*FactoidSignatureBlock) XXX_Marshal

func (m *FactoidSignatureBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FactoidSignatureBlock) XXX_Merge

func (m *FactoidSignatureBlock) XXX_Merge(src proto.Message)

func (*FactoidSignatureBlock) XXX_Size

func (m *FactoidSignatureBlock) XXX_Size() int

func (*FactoidSignatureBlock) XXX_Unmarshal

func (m *FactoidSignatureBlock) XXX_Unmarshal(b []byte) error

type FactomEvent

type FactomEvent struct {
	EventSource     EventSource `protobuf:"varint,1,opt,name=eventSource,proto3,enum=eventmessages.EventSource" json:"eventSource,omitempty"`
	FactomNodeName  string      `protobuf:"bytes,2,opt,name=factomNodeName,proto3" json:"factomNodeName,omitempty"`
	IdentityChainID []byte      `protobuf:"bytes,3,opt,name=identityChainID,proto3" json:"identityChainID,omitempty"`
	// Types that are valid to be assigned to Event:
	//	*FactomEvent_ChainCommit
	//	*FactomEvent_EntryCommit
	//	*FactomEvent_EntryReveal
	//	*FactomEvent_StateChange
	//	*FactomEvent_DirectoryBlockCommit
	//	*FactomEvent_ProcessListEvent
	//	*FactomEvent_NodeMessage
	//	*FactomEvent_DirectoryBlockAnchor
	Event                isFactomEvent_Event `protobuf_oneof:"event"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

==== ROOT EVENT =====

func (*FactomEvent) Descriptor

func (*FactomEvent) Descriptor() ([]byte, []int)

func (*FactomEvent) GetChainCommit

func (m *FactomEvent) GetChainCommit() *ChainCommit

func (*FactomEvent) GetDirectoryBlockAnchor

func (m *FactomEvent) GetDirectoryBlockAnchor() *DirectoryBlockAnchor

func (*FactomEvent) GetDirectoryBlockCommit

func (m *FactomEvent) GetDirectoryBlockCommit() *DirectoryBlockCommit

func (*FactomEvent) GetEntryCommit

func (m *FactomEvent) GetEntryCommit() *EntryCommit

func (*FactomEvent) GetEntryReveal

func (m *FactomEvent) GetEntryReveal() *EntryReveal

func (*FactomEvent) GetEvent

func (m *FactomEvent) GetEvent() isFactomEvent_Event

func (*FactomEvent) GetEventSource

func (m *FactomEvent) GetEventSource() EventSource

func (*FactomEvent) GetFactomNodeName

func (m *FactomEvent) GetFactomNodeName() string

func (*FactomEvent) GetIdentityChainID

func (m *FactomEvent) GetIdentityChainID() []byte

func (*FactomEvent) GetNodeMessage

func (m *FactomEvent) GetNodeMessage() *NodeMessage

func (*FactomEvent) GetProcessListEvent

func (m *FactomEvent) GetProcessListEvent() *ProcessListEvent

func (*FactomEvent) GetStateChange

func (m *FactomEvent) GetStateChange() *StateChange

func (*FactomEvent) Marshal

func (m *FactomEvent) Marshal() (dAtA []byte, err error)

func (*FactomEvent) MarshalTo

func (m *FactomEvent) MarshalTo(dAtA []byte) (int, error)

func (*FactomEvent) MarshalToSizedBuffer

func (m *FactomEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FactomEvent) ProtoMessage

func (*FactomEvent) ProtoMessage()

func (*FactomEvent) Reset

func (m *FactomEvent) Reset()

func (*FactomEvent) Size

func (m *FactomEvent) Size() (n int)

func (*FactomEvent) String

func (m *FactomEvent) String() string

func (*FactomEvent) Unmarshal

func (m *FactomEvent) Unmarshal(dAtA []byte) error

func (*FactomEvent) XXX_DiscardUnknown

func (m *FactomEvent) XXX_DiscardUnknown()

func (*FactomEvent) XXX_Marshal

func (m *FactomEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FactomEvent) XXX_Merge

func (m *FactomEvent) XXX_Merge(src proto.Message)

func (*FactomEvent) XXX_OneofWrappers

func (*FactomEvent) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*FactomEvent) XXX_Size

func (m *FactomEvent) XXX_Size() int

func (*FactomEvent) XXX_Unmarshal

func (m *FactomEvent) XXX_Unmarshal(b []byte) error

type FactomEvent_ChainCommit

type FactomEvent_ChainCommit struct {
	ChainCommit *ChainCommit `protobuf:"bytes,4,opt,name=chainCommit,proto3,oneof" json:"chainCommit,omitempty"`
}

func (*FactomEvent_ChainCommit) MarshalTo

func (m *FactomEvent_ChainCommit) MarshalTo(dAtA []byte) (int, error)

func (*FactomEvent_ChainCommit) MarshalToSizedBuffer

func (m *FactomEvent_ChainCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FactomEvent_ChainCommit) Size

func (m *FactomEvent_ChainCommit) Size() (n int)

type FactomEvent_DirectoryBlockAnchor

type FactomEvent_DirectoryBlockAnchor struct {
	DirectoryBlockAnchor *DirectoryBlockAnchor `protobuf:"bytes,11,opt,name=directoryBlockAnchor,proto3,oneof" json:"directoryBlockAnchor,omitempty"`
}

func (*FactomEvent_DirectoryBlockAnchor) MarshalTo

func (m *FactomEvent_DirectoryBlockAnchor) MarshalTo(dAtA []byte) (int, error)

func (*FactomEvent_DirectoryBlockAnchor) MarshalToSizedBuffer

func (m *FactomEvent_DirectoryBlockAnchor) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FactomEvent_DirectoryBlockAnchor) Size

func (m *FactomEvent_DirectoryBlockAnchor) Size() (n int)

type FactomEvent_DirectoryBlockCommit

type FactomEvent_DirectoryBlockCommit struct {
	DirectoryBlockCommit *DirectoryBlockCommit `protobuf:"bytes,8,opt,name=directoryBlockCommit,proto3,oneof" json:"directoryBlockCommit,omitempty"`
}

func (*FactomEvent_DirectoryBlockCommit) MarshalTo

func (m *FactomEvent_DirectoryBlockCommit) MarshalTo(dAtA []byte) (int, error)

func (*FactomEvent_DirectoryBlockCommit) MarshalToSizedBuffer

func (m *FactomEvent_DirectoryBlockCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FactomEvent_DirectoryBlockCommit) Size

func (m *FactomEvent_DirectoryBlockCommit) Size() (n int)

type FactomEvent_EntryCommit

type FactomEvent_EntryCommit struct {
	EntryCommit *EntryCommit `protobuf:"bytes,5,opt,name=entryCommit,proto3,oneof" json:"entryCommit,omitempty"`
}

func (*FactomEvent_EntryCommit) MarshalTo

func (m *FactomEvent_EntryCommit) MarshalTo(dAtA []byte) (int, error)

func (*FactomEvent_EntryCommit) MarshalToSizedBuffer

func (m *FactomEvent_EntryCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FactomEvent_EntryCommit) Size

func (m *FactomEvent_EntryCommit) Size() (n int)

type FactomEvent_EntryReveal

type FactomEvent_EntryReveal struct {
	EntryReveal *EntryReveal `protobuf:"bytes,6,opt,name=entryReveal,proto3,oneof" json:"entryReveal,omitempty"`
}

func (*FactomEvent_EntryReveal) MarshalTo

func (m *FactomEvent_EntryReveal) MarshalTo(dAtA []byte) (int, error)

func (*FactomEvent_EntryReveal) MarshalToSizedBuffer

func (m *FactomEvent_EntryReveal) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FactomEvent_EntryReveal) Size

func (m *FactomEvent_EntryReveal) Size() (n int)

type FactomEvent_NodeMessage

type FactomEvent_NodeMessage struct {
	NodeMessage *NodeMessage `protobuf:"bytes,10,opt,name=nodeMessage,proto3,oneof" json:"nodeMessage,omitempty"`
}

func (*FactomEvent_NodeMessage) MarshalTo

func (m *FactomEvent_NodeMessage) MarshalTo(dAtA []byte) (int, error)

func (*FactomEvent_NodeMessage) MarshalToSizedBuffer

func (m *FactomEvent_NodeMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FactomEvent_NodeMessage) Size

func (m *FactomEvent_NodeMessage) Size() (n int)

type FactomEvent_ProcessListEvent

type FactomEvent_ProcessListEvent struct {
	ProcessListEvent *ProcessListEvent `protobuf:"bytes,9,opt,name=processListEvent,proto3,oneof" json:"processListEvent,omitempty"`
}

func (*FactomEvent_ProcessListEvent) MarshalTo

func (m *FactomEvent_ProcessListEvent) MarshalTo(dAtA []byte) (int, error)

func (*FactomEvent_ProcessListEvent) MarshalToSizedBuffer

func (m *FactomEvent_ProcessListEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FactomEvent_ProcessListEvent) Size

func (m *FactomEvent_ProcessListEvent) Size() (n int)

type FactomEvent_StateChange

type FactomEvent_StateChange struct {
	StateChange *StateChange `protobuf:"bytes,7,opt,name=stateChange,proto3,oneof" json:"stateChange,omitempty"`
}

func (*FactomEvent_StateChange) MarshalTo

func (m *FactomEvent_StateChange) MarshalTo(dAtA []byte) (int, error)

func (*FactomEvent_StateChange) MarshalToSizedBuffer

func (m *FactomEvent_StateChange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FactomEvent_StateChange) Size

func (m *FactomEvent_StateChange) Size() (n int)

type ForwardCompatibleEntry

type ForwardCompatibleEntry struct {
	Size_                uint32   `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ForwardCompatibleEntry) Descriptor

func (*ForwardCompatibleEntry) Descriptor() ([]byte, []int)

func (*ForwardCompatibleEntry) GetData

func (m *ForwardCompatibleEntry) GetData() []byte

func (*ForwardCompatibleEntry) GetSize_

func (m *ForwardCompatibleEntry) GetSize_() uint32

func (*ForwardCompatibleEntry) Marshal

func (m *ForwardCompatibleEntry) Marshal() (dAtA []byte, err error)

func (*ForwardCompatibleEntry) MarshalTo

func (m *ForwardCompatibleEntry) MarshalTo(dAtA []byte) (int, error)

func (*ForwardCompatibleEntry) MarshalToSizedBuffer

func (m *ForwardCompatibleEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ForwardCompatibleEntry) ProtoMessage

func (*ForwardCompatibleEntry) ProtoMessage()

func (*ForwardCompatibleEntry) Reset

func (m *ForwardCompatibleEntry) Reset()

func (*ForwardCompatibleEntry) Size

func (m *ForwardCompatibleEntry) Size() (n int)

func (*ForwardCompatibleEntry) String

func (m *ForwardCompatibleEntry) String() string

func (*ForwardCompatibleEntry) Unmarshal

func (m *ForwardCompatibleEntry) Unmarshal(dAtA []byte) error

func (*ForwardCompatibleEntry) XXX_DiscardUnknown

func (m *ForwardCompatibleEntry) XXX_DiscardUnknown()

func (*ForwardCompatibleEntry) XXX_Marshal

func (m *ForwardCompatibleEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ForwardCompatibleEntry) XXX_Merge

func (m *ForwardCompatibleEntry) XXX_Merge(src proto.Message)

func (*ForwardCompatibleEntry) XXX_Size

func (m *ForwardCompatibleEntry) XXX_Size() int

func (*ForwardCompatibleEntry) XXX_Unmarshal

func (m *ForwardCompatibleEntry) XXX_Unmarshal(b []byte) error

type IncreaseBalance

type IncreaseBalance struct {
	EntryCreditPublicKey []byte   `protobuf:"bytes,1,opt,name=entryCreditPublicKey,proto3" json:"entryCreditPublicKey,omitempty"`
	TransactionID        []byte   `protobuf:"bytes,2,opt,name=transactionID,proto3" json:"transactionID,omitempty"`
	Index                uint64   `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	Amount               uint64   `protobuf:"varint,4,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IncreaseBalance) Descriptor

func (*IncreaseBalance) Descriptor() ([]byte, []int)

func (*IncreaseBalance) GetAmount

func (m *IncreaseBalance) GetAmount() uint64

func (*IncreaseBalance) GetEntryCreditPublicKey

func (m *IncreaseBalance) GetEntryCreditPublicKey() []byte

func (*IncreaseBalance) GetIndex

func (m *IncreaseBalance) GetIndex() uint64

func (*IncreaseBalance) GetTransactionID

func (m *IncreaseBalance) GetTransactionID() []byte

func (*IncreaseBalance) Marshal

func (m *IncreaseBalance) Marshal() (dAtA []byte, err error)

func (*IncreaseBalance) MarshalTo

func (m *IncreaseBalance) MarshalTo(dAtA []byte) (int, error)

func (*IncreaseBalance) MarshalToSizedBuffer

func (m *IncreaseBalance) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IncreaseBalance) ProtoMessage

func (*IncreaseBalance) ProtoMessage()

func (*IncreaseBalance) Reset

func (m *IncreaseBalance) Reset()

func (*IncreaseBalance) Size

func (m *IncreaseBalance) Size() (n int)

func (*IncreaseBalance) String

func (m *IncreaseBalance) String() string

func (*IncreaseBalance) Unmarshal

func (m *IncreaseBalance) Unmarshal(dAtA []byte) error

func (*IncreaseBalance) XXX_DiscardUnknown

func (m *IncreaseBalance) XXX_DiscardUnknown()

func (*IncreaseBalance) XXX_Marshal

func (m *IncreaseBalance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IncreaseBalance) XXX_Merge

func (m *IncreaseBalance) XXX_Merge(src proto.Message)

func (*IncreaseBalance) XXX_Size

func (m *IncreaseBalance) XXX_Size() int

func (*IncreaseBalance) XXX_Unmarshal

func (m *IncreaseBalance) XXX_Unmarshal(b []byte) error

type IncreaseServerCount

type IncreaseServerCount struct {
	Amount               uint32   `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IncreaseServerCount) Descriptor

func (*IncreaseServerCount) Descriptor() ([]byte, []int)

func (*IncreaseServerCount) GetAmount

func (m *IncreaseServerCount) GetAmount() uint32

func (*IncreaseServerCount) Marshal

func (m *IncreaseServerCount) Marshal() (dAtA []byte, err error)

func (*IncreaseServerCount) MarshalTo

func (m *IncreaseServerCount) MarshalTo(dAtA []byte) (int, error)

func (*IncreaseServerCount) MarshalToSizedBuffer

func (m *IncreaseServerCount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IncreaseServerCount) ProtoMessage

func (*IncreaseServerCount) ProtoMessage()

func (*IncreaseServerCount) Reset

func (m *IncreaseServerCount) Reset()

func (*IncreaseServerCount) Size

func (m *IncreaseServerCount) Size() (n int)

func (*IncreaseServerCount) String

func (m *IncreaseServerCount) String() string

func (*IncreaseServerCount) Unmarshal

func (m *IncreaseServerCount) Unmarshal(dAtA []byte) error

func (*IncreaseServerCount) XXX_DiscardUnknown

func (m *IncreaseServerCount) XXX_DiscardUnknown()

func (*IncreaseServerCount) XXX_Marshal

func (m *IncreaseServerCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IncreaseServerCount) XXX_Merge

func (m *IncreaseServerCount) XXX_Merge(src proto.Message)

func (*IncreaseServerCount) XXX_Size

func (m *IncreaseServerCount) XXX_Size() int

func (*IncreaseServerCount) XXX_Unmarshal

func (m *IncreaseServerCount) XXX_Unmarshal(b []byte) error

type Level

type Level int32
const (
	Level_INFO    Level = 0
	Level_WARNING Level = 1
	Level_ERROR   Level = 2
)

func (Level) EnumDescriptor

func (Level) EnumDescriptor() ([]byte, []int)

func (Level) String

func (x Level) String() string

type MinuteNumber

type MinuteNumber struct {
	MinuteNumber         uint32   `protobuf:"varint,1,opt,name=minuteNumber,proto3" json:"minuteNumber,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MinuteNumber) Descriptor

func (*MinuteNumber) Descriptor() ([]byte, []int)

func (*MinuteNumber) GetMinuteNumber

func (m *MinuteNumber) GetMinuteNumber() uint32

func (*MinuteNumber) Marshal

func (m *MinuteNumber) Marshal() (dAtA []byte, err error)

func (*MinuteNumber) MarshalTo

func (m *MinuteNumber) MarshalTo(dAtA []byte) (int, error)

func (*MinuteNumber) MarshalToSizedBuffer

func (m *MinuteNumber) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MinuteNumber) ProtoMessage

func (*MinuteNumber) ProtoMessage()

func (*MinuteNumber) Reset

func (m *MinuteNumber) Reset()

func (*MinuteNumber) Size

func (m *MinuteNumber) Size() (n int)

func (*MinuteNumber) String

func (m *MinuteNumber) String() string

func (*MinuteNumber) Unmarshal

func (m *MinuteNumber) Unmarshal(dAtA []byte) error

func (*MinuteNumber) XXX_DiscardUnknown

func (m *MinuteNumber) XXX_DiscardUnknown()

func (*MinuteNumber) XXX_Marshal

func (m *MinuteNumber) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MinuteNumber) XXX_Merge

func (m *MinuteNumber) XXX_Merge(src proto.Message)

func (*MinuteNumber) XXX_Size

func (m *MinuteNumber) XXX_Size() int

func (*MinuteNumber) XXX_Unmarshal

func (m *MinuteNumber) XXX_Unmarshal(b []byte) error

type NewBlockEvent

type NewBlockEvent struct {
	NewBlockHeight       uint32   `protobuf:"varint,1,opt,name=newBlockHeight,proto3" json:"newBlockHeight,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NewBlockEvent) Descriptor

func (*NewBlockEvent) Descriptor() ([]byte, []int)

func (*NewBlockEvent) GetNewBlockHeight

func (m *NewBlockEvent) GetNewBlockHeight() uint32

func (*NewBlockEvent) Marshal

func (m *NewBlockEvent) Marshal() (dAtA []byte, err error)

func (*NewBlockEvent) MarshalTo

func (m *NewBlockEvent) MarshalTo(dAtA []byte) (int, error)

func (*NewBlockEvent) MarshalToSizedBuffer

func (m *NewBlockEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NewBlockEvent) ProtoMessage

func (*NewBlockEvent) ProtoMessage()

func (*NewBlockEvent) Reset

func (m *NewBlockEvent) Reset()

func (*NewBlockEvent) Size

func (m *NewBlockEvent) Size() (n int)

func (*NewBlockEvent) String

func (m *NewBlockEvent) String() string

func (*NewBlockEvent) Unmarshal

func (m *NewBlockEvent) Unmarshal(dAtA []byte) error

func (*NewBlockEvent) XXX_DiscardUnknown

func (m *NewBlockEvent) XXX_DiscardUnknown()

func (*NewBlockEvent) XXX_Marshal

func (m *NewBlockEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NewBlockEvent) XXX_Merge

func (m *NewBlockEvent) XXX_Merge(src proto.Message)

func (*NewBlockEvent) XXX_Size

func (m *NewBlockEvent) XXX_Size() int

func (*NewBlockEvent) XXX_Unmarshal

func (m *NewBlockEvent) XXX_Unmarshal(b []byte) error

type NewMinuteEvent

type NewMinuteEvent struct {
	NewMinute            uint32   `protobuf:"varint,1,opt,name=newMinute,proto3" json:"newMinute,omitempty"`
	BlockHeight          uint32   `protobuf:"varint,2,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NewMinuteEvent) Descriptor

func (*NewMinuteEvent) Descriptor() ([]byte, []int)

func (*NewMinuteEvent) GetBlockHeight

func (m *NewMinuteEvent) GetBlockHeight() uint32

func (*NewMinuteEvent) GetNewMinute

func (m *NewMinuteEvent) GetNewMinute() uint32

func (*NewMinuteEvent) Marshal

func (m *NewMinuteEvent) Marshal() (dAtA []byte, err error)

func (*NewMinuteEvent) MarshalTo

func (m *NewMinuteEvent) MarshalTo(dAtA []byte) (int, error)

func (*NewMinuteEvent) MarshalToSizedBuffer

func (m *NewMinuteEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NewMinuteEvent) ProtoMessage

func (*NewMinuteEvent) ProtoMessage()

func (*NewMinuteEvent) Reset

func (m *NewMinuteEvent) Reset()

func (*NewMinuteEvent) Size

func (m *NewMinuteEvent) Size() (n int)

func (*NewMinuteEvent) String

func (m *NewMinuteEvent) String() string

func (*NewMinuteEvent) Unmarshal

func (m *NewMinuteEvent) Unmarshal(dAtA []byte) error

func (*NewMinuteEvent) XXX_DiscardUnknown

func (m *NewMinuteEvent) XXX_DiscardUnknown()

func (*NewMinuteEvent) XXX_Marshal

func (m *NewMinuteEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NewMinuteEvent) XXX_Merge

func (m *NewMinuteEvent) XXX_Merge(src proto.Message)

func (*NewMinuteEvent) XXX_Size

func (m *NewMinuteEvent) XXX_Size() int

func (*NewMinuteEvent) XXX_Unmarshal

func (m *NewMinuteEvent) XXX_Unmarshal(b []byte) error

type NodeMessage

type NodeMessage struct {
	MessageCode          NodeMessageCode `protobuf:"varint,1,opt,name=messageCode,proto3,enum=eventmessages.NodeMessageCode" json:"messageCode,omitempty"`
	Level                Level           `protobuf:"varint,2,opt,name=level,proto3,enum=eventmessages.Level" json:"level,omitempty"`
	MessageText          string          `protobuf:"bytes,3,opt,name=messageText,proto3" json:"messageText,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*NodeMessage) Descriptor

func (*NodeMessage) Descriptor() ([]byte, []int)

func (*NodeMessage) GetLevel

func (m *NodeMessage) GetLevel() Level

func (*NodeMessage) GetMessageCode

func (m *NodeMessage) GetMessageCode() NodeMessageCode

func (*NodeMessage) GetMessageText

func (m *NodeMessage) GetMessageText() string

func (*NodeMessage) Marshal

func (m *NodeMessage) Marshal() (dAtA []byte, err error)

func (*NodeMessage) MarshalTo

func (m *NodeMessage) MarshalTo(dAtA []byte) (int, error)

func (*NodeMessage) MarshalToSizedBuffer

func (m *NodeMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeMessage) ProtoMessage

func (*NodeMessage) ProtoMessage()

func (*NodeMessage) Reset

func (m *NodeMessage) Reset()

func (*NodeMessage) Size

func (m *NodeMessage) Size() (n int)

func (*NodeMessage) String

func (m *NodeMessage) String() string

func (*NodeMessage) Unmarshal

func (m *NodeMessage) Unmarshal(dAtA []byte) error

func (*NodeMessage) XXX_DiscardUnknown

func (m *NodeMessage) XXX_DiscardUnknown()

func (*NodeMessage) XXX_Marshal

func (m *NodeMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeMessage) XXX_Merge

func (m *NodeMessage) XXX_Merge(src proto.Message)

func (*NodeMessage) XXX_Size

func (m *NodeMessage) XXX_Size() int

func (*NodeMessage) XXX_Unmarshal

func (m *NodeMessage) XXX_Unmarshal(b []byte) error

type NodeMessageCode

type NodeMessageCode int32
const (
	NodeMessageCode_GENERAL  NodeMessageCode = 0
	NodeMessageCode_STARTED  NodeMessageCode = 1
	NodeMessageCode_SYNCED   NodeMessageCode = 2
	NodeMessageCode_SHUTDOWN NodeMessageCode = 3
)

func (NodeMessageCode) EnumDescriptor

func (NodeMessageCode) EnumDescriptor() ([]byte, []int)

func (NodeMessageCode) String

func (x NodeMessageCode) String() string

type ProcessListEvent

type ProcessListEvent struct {
	// Types that are valid to be assigned to ProcessListEvent:
	//	*ProcessListEvent_NewBlockEvent
	//	*ProcessListEvent_NewMinuteEvent
	ProcessListEvent     isProcessListEvent_ProcessListEvent `protobuf_oneof:"processListEvent"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

==== PROCESS LIST EVENTS =====

func (*ProcessListEvent) Descriptor

func (*ProcessListEvent) Descriptor() ([]byte, []int)

func (*ProcessListEvent) GetNewBlockEvent

func (m *ProcessListEvent) GetNewBlockEvent() *NewBlockEvent

func (*ProcessListEvent) GetNewMinuteEvent

func (m *ProcessListEvent) GetNewMinuteEvent() *NewMinuteEvent

func (*ProcessListEvent) GetProcessListEvent

func (m *ProcessListEvent) GetProcessListEvent() isProcessListEvent_ProcessListEvent

func (*ProcessListEvent) Marshal

func (m *ProcessListEvent) Marshal() (dAtA []byte, err error)

func (*ProcessListEvent) MarshalTo

func (m *ProcessListEvent) MarshalTo(dAtA []byte) (int, error)

func (*ProcessListEvent) MarshalToSizedBuffer

func (m *ProcessListEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ProcessListEvent) ProtoMessage

func (*ProcessListEvent) ProtoMessage()

func (*ProcessListEvent) Reset

func (m *ProcessListEvent) Reset()

func (*ProcessListEvent) Size

func (m *ProcessListEvent) Size() (n int)

func (*ProcessListEvent) String

func (m *ProcessListEvent) String() string

func (*ProcessListEvent) Unmarshal

func (m *ProcessListEvent) Unmarshal(dAtA []byte) error

func (*ProcessListEvent) XXX_DiscardUnknown

func (m *ProcessListEvent) XXX_DiscardUnknown()

func (*ProcessListEvent) XXX_Marshal

func (m *ProcessListEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProcessListEvent) XXX_Merge

func (m *ProcessListEvent) XXX_Merge(src proto.Message)

func (*ProcessListEvent) XXX_OneofWrappers

func (*ProcessListEvent) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*ProcessListEvent) XXX_Size

func (m *ProcessListEvent) XXX_Size() int

func (*ProcessListEvent) XXX_Unmarshal

func (m *ProcessListEvent) XXX_Unmarshal(b []byte) error

type ProcessListEvent_NewBlockEvent

type ProcessListEvent_NewBlockEvent struct {
	NewBlockEvent *NewBlockEvent `protobuf:"bytes,1,opt,name=newBlockEvent,proto3,oneof" json:"newBlockEvent,omitempty"`
}

func (*ProcessListEvent_NewBlockEvent) MarshalTo

func (m *ProcessListEvent_NewBlockEvent) MarshalTo(dAtA []byte) (int, error)

func (*ProcessListEvent_NewBlockEvent) MarshalToSizedBuffer

func (m *ProcessListEvent_NewBlockEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ProcessListEvent_NewBlockEvent) Size

func (m *ProcessListEvent_NewBlockEvent) Size() (n int)

type ProcessListEvent_NewMinuteEvent

type ProcessListEvent_NewMinuteEvent struct {
	NewMinuteEvent *NewMinuteEvent `protobuf:"bytes,2,opt,name=newMinuteEvent,proto3,oneof" json:"newMinuteEvent,omitempty"`
}

func (*ProcessListEvent_NewMinuteEvent) MarshalTo

func (m *ProcessListEvent_NewMinuteEvent) MarshalTo(dAtA []byte) (int, error)

func (*ProcessListEvent_NewMinuteEvent) MarshalToSizedBuffer

func (m *ProcessListEvent_NewMinuteEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ProcessListEvent_NewMinuteEvent) Size

func (m *ProcessListEvent_NewMinuteEvent) Size() (n int)

type RCD

type RCD struct {
	// Types that are valid to be assigned to Rcd:
	//	*RCD_Rcd1
	Rcd                  isRCD_Rcd `protobuf_oneof:"rcd"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*RCD) Descriptor

func (*RCD) Descriptor() ([]byte, []int)

func (*RCD) GetRcd

func (m *RCD) GetRcd() isRCD_Rcd

func (*RCD) GetRcd1

func (m *RCD) GetRcd1() *RCD1

func (*RCD) Marshal

func (m *RCD) Marshal() (dAtA []byte, err error)

func (*RCD) MarshalTo

func (m *RCD) MarshalTo(dAtA []byte) (int, error)

func (*RCD) MarshalToSizedBuffer

func (m *RCD) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RCD) ProtoMessage

func (*RCD) ProtoMessage()

func (*RCD) Reset

func (m *RCD) Reset()

func (*RCD) Size

func (m *RCD) Size() (n int)

func (*RCD) String

func (m *RCD) String() string

func (*RCD) Unmarshal

func (m *RCD) Unmarshal(dAtA []byte) error

func (*RCD) XXX_DiscardUnknown

func (m *RCD) XXX_DiscardUnknown()

func (*RCD) XXX_Marshal

func (m *RCD) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RCD) XXX_Merge

func (m *RCD) XXX_Merge(src proto.Message)

func (*RCD) XXX_OneofWrappers

func (*RCD) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*RCD) XXX_Size

func (m *RCD) XXX_Size() int

func (*RCD) XXX_Unmarshal

func (m *RCD) XXX_Unmarshal(b []byte) error

type RCD1

type RCD1 struct {
	PublicKey            []byte   `protobuf:"bytes,1,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RCD1) Descriptor

func (*RCD1) Descriptor() ([]byte, []int)

func (*RCD1) GetPublicKey

func (m *RCD1) GetPublicKey() []byte

func (*RCD1) Marshal

func (m *RCD1) Marshal() (dAtA []byte, err error)

func (*RCD1) MarshalTo

func (m *RCD1) MarshalTo(dAtA []byte) (int, error)

func (*RCD1) MarshalToSizedBuffer

func (m *RCD1) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RCD1) ProtoMessage

func (*RCD1) ProtoMessage()

func (*RCD1) Reset

func (m *RCD1) Reset()

func (*RCD1) Size

func (m *RCD1) Size() (n int)

func (*RCD1) String

func (m *RCD1) String() string

func (*RCD1) Unmarshal

func (m *RCD1) Unmarshal(dAtA []byte) error

func (*RCD1) XXX_DiscardUnknown

func (m *RCD1) XXX_DiscardUnknown()

func (*RCD1) XXX_Marshal

func (m *RCD1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RCD1) XXX_Merge

func (m *RCD1) XXX_Merge(src proto.Message)

func (*RCD1) XXX_Size

func (m *RCD1) XXX_Size() int

func (*RCD1) XXX_Unmarshal

func (m *RCD1) XXX_Unmarshal(b []byte) error

type RCD_Rcd1

type RCD_Rcd1 struct {
	Rcd1 *RCD1 `protobuf:"bytes,1,opt,name=rcd1,proto3,oneof" json:"rcd1,omitempty"`
}

func (*RCD_Rcd1) MarshalTo

func (m *RCD_Rcd1) MarshalTo(dAtA []byte) (int, error)

func (*RCD_Rcd1) MarshalToSizedBuffer

func (m *RCD_Rcd1) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RCD_Rcd1) Size

func (m *RCD_Rcd1) Size() (n int)

type RemoveFederatedServer

type RemoveFederatedServer struct {
	IdentityChainID      []byte   `protobuf:"bytes,1,opt,name=identityChainID,proto3" json:"identityChainID,omitempty"`
	BlockHeight          uint32   `protobuf:"varint,2,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveFederatedServer) Descriptor

func (*RemoveFederatedServer) Descriptor() ([]byte, []int)

func (*RemoveFederatedServer) GetBlockHeight

func (m *RemoveFederatedServer) GetBlockHeight() uint32

func (*RemoveFederatedServer) GetIdentityChainID

func (m *RemoveFederatedServer) GetIdentityChainID() []byte

func (*RemoveFederatedServer) Marshal

func (m *RemoveFederatedServer) Marshal() (dAtA []byte, err error)

func (*RemoveFederatedServer) MarshalTo

func (m *RemoveFederatedServer) MarshalTo(dAtA []byte) (int, error)

func (*RemoveFederatedServer) MarshalToSizedBuffer

func (m *RemoveFederatedServer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveFederatedServer) ProtoMessage

func (*RemoveFederatedServer) ProtoMessage()

func (*RemoveFederatedServer) Reset

func (m *RemoveFederatedServer) Reset()

func (*RemoveFederatedServer) Size

func (m *RemoveFederatedServer) Size() (n int)

func (*RemoveFederatedServer) String

func (m *RemoveFederatedServer) String() string

func (*RemoveFederatedServer) Unmarshal

func (m *RemoveFederatedServer) Unmarshal(dAtA []byte) error

func (*RemoveFederatedServer) XXX_DiscardUnknown

func (m *RemoveFederatedServer) XXX_DiscardUnknown()

func (*RemoveFederatedServer) XXX_Marshal

func (m *RemoveFederatedServer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveFederatedServer) XXX_Merge

func (m *RemoveFederatedServer) XXX_Merge(src proto.Message)

func (*RemoveFederatedServer) XXX_Size

func (m *RemoveFederatedServer) XXX_Size() int

func (*RemoveFederatedServer) XXX_Unmarshal

func (m *RemoveFederatedServer) XXX_Unmarshal(b []byte) error

type RevealMatryoshkaHash

type RevealMatryoshkaHash struct {
	IdentityChainID      []byte   `protobuf:"bytes,1,opt,name=identityChainID,proto3" json:"identityChainID,omitempty"`
	MatryoshkaHash       []byte   `protobuf:"bytes,2,opt,name=matryoshkaHash,proto3" json:"matryoshkaHash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RevealMatryoshkaHash) Descriptor

func (*RevealMatryoshkaHash) Descriptor() ([]byte, []int)

func (*RevealMatryoshkaHash) GetIdentityChainID

func (m *RevealMatryoshkaHash) GetIdentityChainID() []byte

func (*RevealMatryoshkaHash) GetMatryoshkaHash

func (m *RevealMatryoshkaHash) GetMatryoshkaHash() []byte

func (*RevealMatryoshkaHash) Marshal

func (m *RevealMatryoshkaHash) Marshal() (dAtA []byte, err error)

func (*RevealMatryoshkaHash) MarshalTo

func (m *RevealMatryoshkaHash) MarshalTo(dAtA []byte) (int, error)

func (*RevealMatryoshkaHash) MarshalToSizedBuffer

func (m *RevealMatryoshkaHash) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RevealMatryoshkaHash) ProtoMessage

func (*RevealMatryoshkaHash) ProtoMessage()

func (*RevealMatryoshkaHash) Reset

func (m *RevealMatryoshkaHash) Reset()

func (*RevealMatryoshkaHash) Size

func (m *RevealMatryoshkaHash) Size() (n int)

func (*RevealMatryoshkaHash) String

func (m *RevealMatryoshkaHash) String() string

func (*RevealMatryoshkaHash) Unmarshal

func (m *RevealMatryoshkaHash) Unmarshal(dAtA []byte) error

func (*RevealMatryoshkaHash) XXX_DiscardUnknown

func (m *RevealMatryoshkaHash) XXX_DiscardUnknown()

func (*RevealMatryoshkaHash) XXX_Marshal

func (m *RevealMatryoshkaHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RevealMatryoshkaHash) XXX_Merge

func (m *RevealMatryoshkaHash) XXX_Merge(src proto.Message)

func (*RevealMatryoshkaHash) XXX_Size

func (m *RevealMatryoshkaHash) XXX_Size() int

func (*RevealMatryoshkaHash) XXX_Unmarshal

func (m *RevealMatryoshkaHash) XXX_Unmarshal(b []byte) error

type ServerFault

type ServerFault struct {
	Timestamp            *types.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	ServerID             []byte           `protobuf:"bytes,2,opt,name=serverID,proto3" json:"serverID,omitempty"`
	AuditServerID        []byte           `protobuf:"bytes,3,opt,name=auditServerID,proto3" json:"auditServerID,omitempty"`
	VmIndex              uint32           `protobuf:"varint,4,opt,name=vmIndex,proto3" json:"vmIndex,omitempty"`
	BlockHeight          uint32           `protobuf:"varint,5,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	MessageEntryHeight   uint32           `protobuf:"varint,6,opt,name=messageEntryHeight,proto3" json:"messageEntryHeight,omitempty"`
	SignatureList        []*Signature     `protobuf:"bytes,7,rep,name=signatureList,proto3" json:"signatureList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ServerFault) Descriptor

func (*ServerFault) Descriptor() ([]byte, []int)

func (*ServerFault) GetAuditServerID

func (m *ServerFault) GetAuditServerID() []byte

func (*ServerFault) GetBlockHeight

func (m *ServerFault) GetBlockHeight() uint32

func (*ServerFault) GetMessageEntryHeight

func (m *ServerFault) GetMessageEntryHeight() uint32

func (*ServerFault) GetServerID

func (m *ServerFault) GetServerID() []byte

func (*ServerFault) GetSignatureList

func (m *ServerFault) GetSignatureList() []*Signature

func (*ServerFault) GetTimestamp

func (m *ServerFault) GetTimestamp() *types.Timestamp

func (*ServerFault) GetVmIndex

func (m *ServerFault) GetVmIndex() uint32

func (*ServerFault) Marshal

func (m *ServerFault) Marshal() (dAtA []byte, err error)

func (*ServerFault) MarshalTo

func (m *ServerFault) MarshalTo(dAtA []byte) (int, error)

func (*ServerFault) MarshalToSizedBuffer

func (m *ServerFault) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServerFault) ProtoMessage

func (*ServerFault) ProtoMessage()

func (*ServerFault) Reset

func (m *ServerFault) Reset()

func (*ServerFault) Size

func (m *ServerFault) Size() (n int)

func (*ServerFault) String

func (m *ServerFault) String() string

func (*ServerFault) Unmarshal

func (m *ServerFault) Unmarshal(dAtA []byte) error

func (*ServerFault) XXX_DiscardUnknown

func (m *ServerFault) XXX_DiscardUnknown()

func (*ServerFault) XXX_Marshal

func (m *ServerFault) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServerFault) XXX_Merge

func (m *ServerFault) XXX_Merge(src proto.Message)

func (*ServerFault) XXX_Size

func (m *ServerFault) XXX_Size() int

func (*ServerFault) XXX_Unmarshal

func (m *ServerFault) XXX_Unmarshal(b []byte) error

type ServerIndexNumber

type ServerIndexNumber struct {
	ServerIndexNumber    uint32   `protobuf:"varint,1,opt,name=serverIndexNumber,proto3" json:"serverIndexNumber,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServerIndexNumber) Descriptor

func (*ServerIndexNumber) Descriptor() ([]byte, []int)

func (*ServerIndexNumber) GetServerIndexNumber

func (m *ServerIndexNumber) GetServerIndexNumber() uint32

func (*ServerIndexNumber) Marshal

func (m *ServerIndexNumber) Marshal() (dAtA []byte, err error)

func (*ServerIndexNumber) MarshalTo

func (m *ServerIndexNumber) MarshalTo(dAtA []byte) (int, error)

func (*ServerIndexNumber) MarshalToSizedBuffer

func (m *ServerIndexNumber) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServerIndexNumber) ProtoMessage

func (*ServerIndexNumber) ProtoMessage()

func (*ServerIndexNumber) Reset

func (m *ServerIndexNumber) Reset()

func (*ServerIndexNumber) Size

func (m *ServerIndexNumber) Size() (n int)

func (*ServerIndexNumber) String

func (m *ServerIndexNumber) String() string

func (*ServerIndexNumber) Unmarshal

func (m *ServerIndexNumber) Unmarshal(dAtA []byte) error

func (*ServerIndexNumber) XXX_DiscardUnknown

func (m *ServerIndexNumber) XXX_DiscardUnknown()

func (*ServerIndexNumber) XXX_Marshal

func (m *ServerIndexNumber) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServerIndexNumber) XXX_Merge

func (m *ServerIndexNumber) XXX_Merge(src proto.Message)

func (*ServerIndexNumber) XXX_Size

func (m *ServerIndexNumber) XXX_Size() int

func (*ServerIndexNumber) XXX_Unmarshal

func (m *ServerIndexNumber) XXX_Unmarshal(b []byte) error

type Signature

type Signature struct {
	PublicKey            []byte   `protobuf:"bytes,1,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	Signature            []byte   `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Signature) Descriptor

func (*Signature) Descriptor() ([]byte, []int)

func (*Signature) GetPublicKey

func (m *Signature) GetPublicKey() []byte

func (*Signature) GetSignature

func (m *Signature) GetSignature() []byte

func (*Signature) Marshal

func (m *Signature) Marshal() (dAtA []byte, err error)

func (*Signature) MarshalTo

func (m *Signature) MarshalTo(dAtA []byte) (int, error)

func (*Signature) MarshalToSizedBuffer

func (m *Signature) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Signature) ProtoMessage

func (*Signature) ProtoMessage()

func (*Signature) Reset

func (m *Signature) Reset()

func (*Signature) Size

func (m *Signature) Size() (n int)

func (*Signature) String

func (m *Signature) String() string

func (*Signature) Unmarshal

func (m *Signature) Unmarshal(dAtA []byte) error

func (*Signature) XXX_DiscardUnknown

func (m *Signature) XXX_DiscardUnknown()

func (*Signature) XXX_Marshal

func (m *Signature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Signature) XXX_Merge

func (m *Signature) XXX_Merge(src proto.Message)

func (*Signature) XXX_Size

func (m *Signature) XXX_Size() int

func (*Signature) XXX_Unmarshal

func (m *Signature) XXX_Unmarshal(b []byte) error

type StateChange

type StateChange struct {
	EntityHash           []byte      `protobuf:"bytes,1,opt,name=entityHash,proto3" json:"entityHash,omitempty"`
	EntityState          EntityState `protobuf:"varint,2,opt,name=entityState,proto3,enum=eventmessages.EntityState" json:"entityState,omitempty"`
	BlockHeight          uint32      `protobuf:"varint,3,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*StateChange) Descriptor

func (*StateChange) Descriptor() ([]byte, []int)

func (*StateChange) GetBlockHeight

func (m *StateChange) GetBlockHeight() uint32

func (*StateChange) GetEntityHash

func (m *StateChange) GetEntityHash() []byte

func (*StateChange) GetEntityState

func (m *StateChange) GetEntityState() EntityState

func (*StateChange) Marshal

func (m *StateChange) Marshal() (dAtA []byte, err error)

func (*StateChange) MarshalTo

func (m *StateChange) MarshalTo(dAtA []byte) (int, error)

func (*StateChange) MarshalToSizedBuffer

func (m *StateChange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StateChange) ProtoMessage

func (*StateChange) ProtoMessage()

func (*StateChange) Reset

func (m *StateChange) Reset()

func (*StateChange) Size

func (m *StateChange) Size() (n int)

func (*StateChange) String

func (m *StateChange) String() string

func (*StateChange) Unmarshal

func (m *StateChange) Unmarshal(dAtA []byte) error

func (*StateChange) XXX_DiscardUnknown

func (m *StateChange) XXX_DiscardUnknown()

func (*StateChange) XXX_Marshal

func (m *StateChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StateChange) XXX_Merge

func (m *StateChange) XXX_Merge(src proto.Message)

func (*StateChange) XXX_Size

func (m *StateChange) XXX_Size() int

func (*StateChange) XXX_Unmarshal

func (m *StateChange) XXX_Unmarshal(b []byte) error

type Transaction

type Transaction struct {
	TransactionID                 []byte                   `protobuf:"bytes,1,opt,name=transactionID,proto3" json:"transactionID,omitempty"`
	BlockHeight                   uint32                   `protobuf:"varint,2,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	MinuteNumber                  uint32                   `protobuf:"varint,9,opt,name=minuteNumber,proto3" json:"minuteNumber,omitempty"`
	Timestamp                     *types.Timestamp         `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	FactoidInputs                 []*TransactionAddress    `protobuf:"bytes,4,rep,name=factoidInputs,proto3" json:"factoidInputs,omitempty"`
	FactoidOutputs                []*TransactionAddress    `protobuf:"bytes,5,rep,name=factoidOutputs,proto3" json:"factoidOutputs,omitempty"`
	EntryCreditOutputs            []*TransactionAddress    `protobuf:"bytes,6,rep,name=entryCreditOutputs,proto3" json:"entryCreditOutputs,omitempty"`
	RedeemConditionDataStructures []*RCD                   `protobuf:"bytes,7,rep,name=redeemConditionDataStructures,proto3" json:"redeemConditionDataStructures,omitempty"`
	SignatureBlocks               []*FactoidSignatureBlock `protobuf:"bytes,8,rep,name=signatureBlocks,proto3" json:"signatureBlocks,omitempty"`
	XXX_NoUnkeyedLiteral          struct{}                 `json:"-"`
	XXX_unrecognized              []byte                   `json:"-"`
	XXX_sizecache                 int32                    `json:"-"`
}

func (*Transaction) Descriptor

func (*Transaction) Descriptor() ([]byte, []int)

func (*Transaction) GetBlockHeight

func (m *Transaction) GetBlockHeight() uint32

func (*Transaction) GetEntryCreditOutputs

func (m *Transaction) GetEntryCreditOutputs() []*TransactionAddress

func (*Transaction) GetFactoidInputs

func (m *Transaction) GetFactoidInputs() []*TransactionAddress

func (*Transaction) GetFactoidOutputs

func (m *Transaction) GetFactoidOutputs() []*TransactionAddress

func (*Transaction) GetMinuteNumber

func (m *Transaction) GetMinuteNumber() uint32

func (*Transaction) GetRedeemConditionDataStructures

func (m *Transaction) GetRedeemConditionDataStructures() []*RCD

func (*Transaction) GetSignatureBlocks

func (m *Transaction) GetSignatureBlocks() []*FactoidSignatureBlock

func (*Transaction) GetTimestamp

func (m *Transaction) GetTimestamp() *types.Timestamp

func (*Transaction) GetTransactionID

func (m *Transaction) GetTransactionID() []byte

func (*Transaction) Marshal

func (m *Transaction) Marshal() (dAtA []byte, err error)

func (*Transaction) MarshalTo

func (m *Transaction) MarshalTo(dAtA []byte) (int, error)

func (*Transaction) MarshalToSizedBuffer

func (m *Transaction) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) Reset

func (m *Transaction) Reset()

func (*Transaction) Size

func (m *Transaction) Size() (n int)

func (*Transaction) String

func (m *Transaction) String() string

func (*Transaction) Unmarshal

func (m *Transaction) Unmarshal(dAtA []byte) error

func (*Transaction) XXX_DiscardUnknown

func (m *Transaction) XXX_DiscardUnknown()

func (*Transaction) XXX_Marshal

func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Transaction) XXX_Merge

func (m *Transaction) XXX_Merge(src proto.Message)

func (*Transaction) XXX_Size

func (m *Transaction) XXX_Size() int

func (*Transaction) XXX_Unmarshal

func (m *Transaction) XXX_Unmarshal(b []byte) error

type TransactionAddress

type TransactionAddress struct {
	Amount               uint64   `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"`
	Address              []byte   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

==== SHARED STRUCTURES =====

func (*TransactionAddress) Descriptor

func (*TransactionAddress) Descriptor() ([]byte, []int)

func (*TransactionAddress) GetAddress

func (m *TransactionAddress) GetAddress() []byte

func (*TransactionAddress) GetAmount

func (m *TransactionAddress) GetAmount() uint64

func (*TransactionAddress) Marshal

func (m *TransactionAddress) Marshal() (dAtA []byte, err error)

func (*TransactionAddress) MarshalTo

func (m *TransactionAddress) MarshalTo(dAtA []byte) (int, error)

func (*TransactionAddress) MarshalToSizedBuffer

func (m *TransactionAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionAddress) ProtoMessage

func (*TransactionAddress) ProtoMessage()

func (*TransactionAddress) Reset

func (m *TransactionAddress) Reset()

func (*TransactionAddress) Size

func (m *TransactionAddress) Size() (n int)

func (*TransactionAddress) String

func (m *TransactionAddress) String() string

func (*TransactionAddress) Unmarshal

func (m *TransactionAddress) Unmarshal(dAtA []byte) error

func (*TransactionAddress) XXX_DiscardUnknown

func (m *TransactionAddress) XXX_DiscardUnknown()

func (*TransactionAddress) XXX_Marshal

func (m *TransactionAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionAddress) XXX_Merge

func (m *TransactionAddress) XXX_Merge(src proto.Message)

func (*TransactionAddress) XXX_Size

func (m *TransactionAddress) XXX_Size() int

func (*TransactionAddress) XXX_Unmarshal

func (m *TransactionAddress) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL