some funcs stubbed out, Dbus methods in consts.

This commit is contained in:
2021-12-15 03:48:40 -05:00
parent 6591aec7a8
commit ebe91c867c
9 changed files with 409 additions and 8 deletions

14
wallet_funcs.go Normal file
View File

@@ -0,0 +1,14 @@
package gokwallet
import (
"github.com/godbus/dbus/v5"
)
func NewWallet(wm *WalletManager, path dbus.ObjectPath) (wallet *Wallet, err error) {
var open bool
_ = open
return
}