UNPKG
soulswap-rubik-sdk
Version:
latest (1.0.0)
1.0.0
Simplify dApp creation
github.com/BunsDev/rubic-sdk
BunsDev/rubic-sdk
soulswap-rubik-sdk
/
lib
/
core
/
blockchain
/
web3-public
/
models
/
rpc-response.d.ts
6 lines
(5 loc)
•
87 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
RpcResponse
<T> {
id
:
number
;
result
: T;
error
:
unknown
; }