Authentication
Authenticate as admin
import (
wallet "github.com/bitcoin-sv/spv-wallet-go-client"
"github.com/bitcoin-sv/spv-wallet-go-client/config"
)
func main() {
adminAPI, err := wallet.NewAdminAPIWithXPriv(config.New(config.WithAddr("{{spv-wallet-url}}")), "{{xpriv_of_the_admin}}")
// ...
}User
Authentication using HD keys of user
Register users xpub
Authenticate with users xpub
Authentication using Access key
Create
Use
Revoke
Last updated
Was this helpful?

