UNPKG
@oko-wallet/oko-sdk-eth
Version:
latest (0.0.6-rc.126)
0.0.6-rc.126
0.0.6-rc.125
0.0.6-rc.124
0.0.6-rc.123
0.0.6-rc.122
0.0.6-rc.121
0.0.6-rc.120
0.0.6-rc.119
0.0.6-rc.118
0.0.6-rc.117
chainapsis/oko
@oko-wallet/oko-sdk-eth
/
dist
/
rpc
/
constants.d.ts
4 lines
(3 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
import
type
{
PublicRpcMethod
,
WalletRpcMethod
}
from
"./types"
;
export
declare
const
PUBLIC_RPC_METHODS
:
ReadonlySet
<
PublicRpcMethod
>;
export
declare
const
WALLET_RPC_METHODS
:
ReadonlySet
<
WalletRpcMethod
>;