RPC methods to return error - wip #306
Annotations
3 errors and 1 warning
build
cannot use &Account{} (value of type *Account) as "github.com/NethermindEth/starknet.go/rpc".RpcProvider value in variable declaration: *Account does not implement "github.com/NethermindEth/starknet.go/rpc".RpcProvider (wrong type for method ChainID)
|
build
cannot use account.provider.ChainID(ctx) (value of type error) as *"github.com/NethermindEth/starknet.go/rpc".RPCError value in return statement: need type assertion
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|