feat(spv 775) refactor the codebase and sync its functionality with the current state of the js client #651
Annotations
10 errors
test (ubuntu-latest):
examples/http/http.go#L15
undefined: walletclient.New
|
test (ubuntu-latest):
examples/http/http.go#L16
cannot convert keys.XPriv() (value of type string) to type walletclient.WithXPriv
|
test (ubuntu-latest):
examples/http/http.go#L17
cannot convert "localhost:3001" (untyped string constant) to type walletclient.WithHTTP
|
test (ubuntu-latest):
examples/http/http.go#L18
cannot convert true (untyped bool constant) to type walletclient.WithSignRequest
|
test (ubuntu-latest):
examples/http_with_access_key/http_with_access_key.go#L10
undefined: walletclient.New
|
test (ubuntu-latest):
examples/http_with_access_key/http_with_access_key.go#L11
cannot convert exampleAccessKey (variable of type string) to type walletclient.WithAccessKey
|
test (ubuntu-latest):
examples/http_with_access_key/http_with_access_key.go#L12
cannot convert "http://localhost:3003/v1" (untyped string constant) to type walletclient.WithHTTP
|
test (ubuntu-latest):
examples/http_with_access_key/http_with_access_key.go#L13
cannot convert true (untyped bool constant) to type walletclient.WithSignRequest
|
test (ubuntu-latest):
examples/new_paymail/new_paymail.go#L15
undefined: walletclient.New
|
test (ubuntu-latest):
examples/new_paymail/new_paymail.go#L16
cannot convert keys.XPriv() (value of type string) to type walletclient.WithXPriv
|