49ded3aa7
738d6e20f
1 2
3
4
5 6 7
8
package ui import "github.com/ethereum/go-ethereum/core/types" type Interface interface { UnlockAccount(address []byte) bool ConfirmTransaction(tx *types.Transaction) bool }