Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CounterFlags ¶
type CounterPresenter ¶
type CounterPresenter struct{}
func (CounterPresenter) ParseData ¶
func (_ CounterPresenter) ParseData(raw []byte) (interface{}, error)
type CounterTxMaker ¶
type CounterTxMaker struct{}
func (CounterTxMaker) Flags ¶
func (m CounterTxMaker) Flags() (*flag.FlagSet, interface{})
func (CounterTxMaker) MakeReader ¶
func (m CounterTxMaker) MakeReader() (lightclient.TxReader, error)
type CounterTxReader ¶
type CounterTxReader struct {
App bcmd.AppTxReader
}
func (CounterTxReader) ReadTxFlags ¶
func (t CounterTxReader) ReadTxFlags(flags interface{}, pk crypto.PubKey) (interface{}, error)
func (CounterTxReader) ReadTxJSON ¶
func (t CounterTxReader) ReadTxJSON(data []byte, pk crypto.PubKey) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.