Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountPresenter ¶
type AccountPresenter struct{}
func (AccountPresenter) ParseData ¶
func (_ AccountPresenter) ParseData(raw []byte) (interface{}, error)
type AppFlags ¶
func AppFlagSet ¶
type AppTx ¶
func (*AppTx) Sign ¶
Sign will add a signature and pubkey.
Depending on the Signable, one may be able to call this multiple times for multisig Returns error if called with invalid data or too many times
type AppTxReader ¶
type AppTxReader struct {
ChainID string
}
AppTxReader allows us to create AppTx
func (AppTxReader) ReadTxFlags ¶
func (AppTxReader) ReadTxJSON ¶
func (t AppTxReader) ReadTxJSON(data []byte, pk crypto.PubKey) (interface{}, error)
type BaseTxPresenter ¶
type BaseTxPresenter struct {
proofs.RawPresenter // this handles MakeKey as hex bytes
}
func (BaseTxPresenter) ParseData ¶
func (_ BaseTxPresenter) ParseData(raw []byte) (interface{}, error)
type SendTx ¶
func (*SendTx) Sign ¶
Sign will add a signature and pubkey.
Depending on the Signable, one may be able to call this multiple times for multisig Returns error if called with invalid data or too many times
type SendTxMaker ¶
type SendTxMaker struct{}
func (SendTxMaker) Flags ¶
func (m SendTxMaker) Flags() (*flag.FlagSet, interface{})
func (SendTxMaker) MakeReader ¶
func (m SendTxMaker) MakeReader() (lightclient.TxReader, error)
type SendTxReader ¶
type SendTxReader struct {
ChainID string
}
SendTXReader allows us to create SendTx
func (SendTxReader) ReadTxFlags ¶
func (t SendTxReader) ReadTxFlags(flags interface{}, pk crypto.PubKey) (interface{}, error)
func (SendTxReader) ReadTxJSON ¶
func (t SendTxReader) ReadTxJSON(data []byte, pk crypto.PubKey) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.