complete client impl #442
Annotations
10 errors and 1 warning
client/accounts.go#L36
cannot use req (variable of type *account.AccountCurrenciesRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
client/accounts.go#L62
cannot use req (variable of type *account.AccountLinesRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
client/accounts.go#L75
cannot use req (variable of type *account.AccountNFTsRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
client/accounts.go#L88
cannot use req (variable of type *account.AccountObjectsRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
client/accounts.go#L101
cannot use req (variable of type *account.AccountOffersRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
client/accounts.go#L114
cannot use req (variable of type *account.AccountTransactionsRequest) as type XRPLRequest in argument to a.client.SendRequest:
|
client/channels.go#L17
cannot use req (variable of type *channel.ChannelAuthorizeRequest) as type XRPLRequest in argument to c.client.SendRequest:
|
client/channels.go#L30
cannot use req (variable of type *channel.ChannelVerifyRequest) as type XRPLRequest in argument to c.client.SendRequest:
|
client/client.go#L30
cannot use &accountImpl{…} (value of type *accountImpl) as type Account in struct literal:
|
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 following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading