Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MVCParser ¶
type MVCParser struct {
// contains filtered or unexported fields
}
MVCParser is the MVC chain parser
func NewMVCParser ¶
func NewMVCParser(config *decoder.ParserConfig) *MVCParser
NewMVCParser creates an MVC parser
func (*MVCParser) GetChainName ¶
GetChainName returns the chain name
type RawTransaction ¶
type RawTransaction struct {
TxID string
Version []byte
Vins []TxIn
Vouts []TxOut
LockTime []byte
// contains filtered or unexported fields
}
RawTransaction is the MVC raw transaction structure
Click to show internal directories.
Click to hide internal directories.