UNPKG
@venly/venly-core-sdk
Version:
latest (3.0.0)
3.0.0
2.0.73
Javascrip/Typescript SDK for Venly's Web3 Services
@venly/venly-core-sdk
/
dist
/
helpers
/
VyHttpHelper.d.ts
3 lines
•
216 B
TypeScript
View Raw
1
2
3
import
{
VyApiEndpoint
,
VyEnvironment
}
from
"../models/enums/VyEnums"
;
export
declare
function
getApiUrl
(
uri
:
string
,
endpoint
:
VyApiEndpoint
,
env
?:
VyEnvironment
):
string
;
//# sourceMappingURL=VyHttpHelper.d.ts.map