NethermindEth / starknet.go

Golang Library for StarkNet/Cairo
MIT License
143 stars 95 forks source link

RPC methods to return error #542

Closed rianhughes closed 3 months ago

rianhughes commented 3 months ago

Note: errors_test.go shows that rpc methods return an error type (so err!=nil executes as expected), but retains the rich RPC error information.