Documentation ¶
Index ¶
- Variables
- func FailedWithrawInit(datadir string, evtMux *event.TypeMux)
- func GetRefundEventHash() common.Hash
- func GetWithdrawTxValue(txid string) (string, *big.Int, error)
- func IsArbiterVerified(txid, arbiter string) bool
- func IsSignatureVerified(txid, signature string) bool
- func IsWithdawFailedTx(input []byte, withdrawAddress string) (bool, string)
- func OnProcessFaildWithdrawTx(hash string)
- func ReceivedFailedWithdrawTx(hash string, signature string) error
- func SendRefundTx(from common.Address, txid string) error
- func VerifySignatures(input []byte) bool
- type FailedWithdrawEvent
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FailedTxPre = "Failed_pre" ErrNoSignature = "not have signatures" )
Functions ¶
func FailedWithrawInit ¶
Spv database initialization
func GetRefundEventHash ¶
func IsArbiterVerified ¶
func IsSignatureVerified ¶
func IsWithdawFailedTx ¶
func OnProcessFaildWithdrawTx ¶
func OnProcessFaildWithdrawTx(hash string)
func VerifySignatures ¶
Types ¶
type FailedWithdrawEvent ¶
Click to show internal directories.
Click to hide internal directories.