Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUtxosCase ¶
type CreateUtxosCase struct { types.BaseCase From string `toml:"from"` To string `toml:"to"` Amount string `toml:"amount"` }
CreateUtxosCase pub2priv case
func (*CreateUtxosCase) SendCommand ¶
func (testCase *CreateUtxosCase) SendCommand(packID string) (types.PackFunc, error)
SendCommand send command
type CreateUtxosPack ¶
type CreateUtxosPack struct {
types.BaseCasePack
}
CreateUtxosPack create utxos package
func (*CreateUtxosPack) GetCheckHandlerMap ¶
func (pack *CreateUtxosPack) GetCheckHandlerMap() interface{}
GetCheckHandlerMap get check handler map
type PrivToPrivCase ¶
type PrivToPrivCase struct { types.BaseCase From string `toml:"from"` To string `toml:"to"` Amount string `toml:"amount"` }
PrivToPrivCase pub2priv case
func (*PrivToPrivCase) SendCommand ¶
func (testCase *PrivToPrivCase) SendCommand(packID string) (types.PackFunc, error)
SendCommand send command
type PrivToPrivPack ¶
type PrivToPrivPack struct {
types.BaseCasePack
}
PrivToPrivPack privacy to privacy package
func (*PrivToPrivPack) GetCheckHandlerMap ¶
func (pack *PrivToPrivPack) GetCheckHandlerMap() interface{}
GetCheckHandlerMap get check handler map
type PrivToPubCase ¶
type PrivToPubCase struct { types.BaseCase From string `toml:"from"` To string `toml:"to"` Amount string `toml:"amount"` }
PrivToPubCase pub2priv case
func (*PrivToPubCase) SendCommand ¶
func (testCase *PrivToPubCase) SendCommand(packID string) (types.PackFunc, error)
SendCommand send command
type PrivToPubPack ¶
type PrivToPubPack struct {
types.BaseCasePack
}
PrivToPubPack privacy to public package
func (*PrivToPubPack) GetCheckHandlerMap ¶
func (pack *PrivToPubPack) GetCheckHandlerMap() interface{}
GetCheckHandlerMap get check handler map
type PubToPrivCase ¶
type PubToPrivCase struct { types.BaseCase From string `toml:"from"` To string `toml:"to"` Amount string `toml:"amount"` }
PubToPrivCase pub2priv case
func (*PubToPrivCase) SendCommand ¶
func (testCase *PubToPrivCase) SendCommand(packID string) (types.PackFunc, error)
SendCommand send command
type PubToPrivPack ¶
type PubToPrivPack struct {
types.BaseCasePack
}
PubToPrivPack public to privacy package
func (*PubToPrivPack) GetCheckHandlerMap ¶
func (pack *PubToPrivPack) GetCheckHandlerMap() interface{}
GetCheckHandlerMap get check handler map
Click to show internal directories.
Click to hide internal directories.