Documentation ¶
Index ¶
- func Create(itemID string, hash string) (TxID string, err error)
- func Delete(itemID string, hash string) (TxID string, err error)
- func GetTxStatus(txID string) (status string, err error)
- func SetSettings(g *ethProc.EthConfigData)
- func SubmitLogTx(action string, itemID string, hash string) (TxID string, err error)
- func SubmitTx(data []byte) (TxID string, err error)
- func Update(itemID string, hash string) (TxID string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTxStatus ¶
GetTxStatus Returns the status of a transaction
func SetSettings ¶
func SetSettings(g *ethProc.EthConfigData)
gCfg.Client = client func SetSettings(st EthSetting, cl *ethclient.Client, g *EthBaseConfig) {
func SubmitLogTx ¶
SubmitLogTx submit a transaction log to Ethereum
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.