Documentation ¶
Index ¶
- Constants
- Variables
- type App
- func (*App) Descriptor() ([]byte, []int)
- func (m *App) GetProtocol() uint64
- func (m *App) GetSoftware() string
- func (m *App) Marshal() (dAtA []byte, err error)
- func (m *App) MarshalTo(dAtA []byte) (int, error)
- func (m *App) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*App) ProtoMessage()
- func (m *App) Reset()
- func (m *App) Size() (n int)
- func (m *App) String() string
- func (m *App) Unmarshal(dAtA []byte) error
- func (m *App) XXX_DiscardUnknown()
- func (m *App) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *App) XXX_Merge(src proto.Message)
- func (m *App) XXX_Size() int
- func (m *App) XXX_Unmarshal(b []byte) error
- type Consensus
- func (c Consensus) AminoSize() int
- func (*Consensus) Descriptor() ([]byte, []int)
- func (this *Consensus) Equal(that interface{}) bool
- func (m *Consensus) GetApp() uint64
- func (m *Consensus) GetBlock() uint64
- func (m *Consensus) Marshal() (dAtA []byte, err error)
- func (m *Consensus) MarshalTo(dAtA []byte) (int, error)
- func (m *Consensus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Consensus) ProtoMessage()
- func (m *Consensus) Reset()
- func (m *Consensus) Size() (n int)
- func (m *Consensus) String() string
- func (m *Consensus) Unmarshal(dAtA []byte) error
- func (c *Consensus) UnmarshalFromAmino(_ *amino.Codec, data []byte) error
- func (m *Consensus) XXX_DiscardUnknown()
- func (m *Consensus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Consensus) XXX_Merge(src proto.Message)
- func (m *Consensus) XXX_Size() int
- func (m *Consensus) XXX_Unmarshal(b []byte) error
- type Protocol
Constants ¶
View Source
const ( TMCoreSemVer = "0.33.9" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.16.2" ABCIVersion = ABCISemVer )
Variables ¶
View Source
var ( ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") )
View Source
var ( // GitCommit is the current HEAD set using ldflags. GitCommit string // Version is the built softwares version. Version = TMCoreSemVer )
Functions ¶
This section is empty.
Types ¶
type App ¶
App includes the protocol and software version for the application. This information is included in ResponseInfo. The App.Protocol can be updated in ResponseEndBlock.
func (*App) Descriptor ¶ added in v1.3.0
func (*App) GetProtocol ¶ added in v1.3.0
func (*App) GetSoftware ¶ added in v1.3.0
func (*App) MarshalToSizedBuffer ¶ added in v1.3.0
func (*App) ProtoMessage ¶ added in v1.3.0
func (*App) ProtoMessage()
func (*App) XXX_DiscardUnknown ¶ added in v1.3.0
func (m *App) XXX_DiscardUnknown()
func (*App) XXX_Marshal ¶ added in v1.3.0
func (*App) XXX_Unmarshal ¶ added in v1.3.0
type Consensus ¶
Consensus captures the consensus rules for processing a block in the blockchain, including all blockchain data structures and the rules of the application's state transition machine.
func (*Consensus) Descriptor ¶ added in v1.3.0
func (*Consensus) MarshalToSizedBuffer ¶ added in v1.3.0
func (*Consensus) ProtoMessage ¶ added in v1.3.0
func (*Consensus) ProtoMessage()
func (*Consensus) UnmarshalFromAmino ¶ added in v1.1.5
func (*Consensus) XXX_DiscardUnknown ¶ added in v1.3.0
func (m *Consensus) XXX_DiscardUnknown()
func (*Consensus) XXX_Marshal ¶ added in v1.3.0
func (*Consensus) XXX_Unmarshal ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.