Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Update Clef UI API Integration #13

Closed
chikeichan opened this issue Sep 21, 2018 · 0 comments
Closed

Update Clef UI API Integration #13

chikeichan opened this issue Sep 21, 2018 · 0 comments

Comments

@chikeichan
Copy link
Contributor

Clef UI API is changing

Pending PRs
ethereum/go-ethereum#17704
ethereum/go-ethereum#17554

MasterPassword
First of all OnMasterPassword(request *PasswordRequest) (PasswordResponse, error)

    PasswordRequest struct {
        Prompt string `json:"prompt"`
    }
    PasswordResponse struct {
        Password string `json:"password"`
    }

Secondly that OnAccounts or something like it

Thirdly, I'm leaning towards removing Import from the external API

@holiman holiman closed this as completed Apr 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants