complete client impl #441
Annotations
10 errors
Run go test ./... -tags=unit:
client/accounts.go#L36
cannot use req (variable of type *account.AccountCurrenciesRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
Run go test ./... -tags=unit:
client/accounts.go#L62
cannot use req (variable of type *account.AccountLinesRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
Run go test ./... -tags=unit:
client/accounts.go#L75
cannot use req (variable of type *account.AccountNFTsRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
Run go test ./... -tags=unit:
client/accounts.go#L88
cannot use req (variable of type *account.AccountObjectsRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
Run go test ./... -tags=unit:
client/accounts.go#L101
cannot use req (variable of type *account.AccountOffersRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
Run go test ./... -tags=unit:
client/accounts.go#L114
cannot use req (variable of type *account.AccountTransactionsRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
Run go test ./... -tags=unit:
client/channels.go#L17
cannot use req (variable of type *channel.ChannelAuthorizeRequest) as type XRPLRequest in argument to c.client.SendRequest:
|
Run go test ./... -tags=unit:
client/channels.go#L30
cannot use req (variable of type *channel.ChannelVerifyRequest) as type XRPLRequest in argument to c.client.SendRequest:
|
Run go test ./... -tags=unit:
client/client.go#L30
cannot use &accountImpl{…} (value of type *accountImpl) as type Account in struct literal:
|
Run go test ./... -tags=unit:
client/ledgers.go#L20
cannot use req (variable of type *"github.com/xyield/xrpl-go/model/client/ledger".LedgerClosedRequest) as type XRPLRequest in argument to l.client.SendRequest:
|
The logs for this run have expired and are no longer available.
Loading