UNPKG
@accret/bridge-sdk
Version:
latest (1.0.0)
1.0.0
github.com/accret/accret-bridge-sdk
accret/accret-bridge-sdk
@accret/bridge-sdk
/
dist
/
utils
/
getRpcUrl.d.ts
7 lines
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
AccretSupportedChain
}
from
"../types"
;
export
declare
function
getRpcUrl
(
{ chainId, evm_api_key, solana_api_key, }: { chainId: AccretSupportedChain; evm_api_key?:
string
; solana_api_key?:
string
; }
):
string
;
//# sourceMappingURL=getRpcUrl.d.ts.map