aboutsummaryrefslogblamecommitdiffstats
path: root/ui/frontend.go
blob: 413a24259720f4c6701a795bb7bd810ef5d4aceb (plain) (tree)
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
}