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