UNPKG
@bombearn/sdk
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
Interaction framework for the yearn protocol
@bombearn/sdk
/
dist
/
utils
/
encode.d.ts
5 lines
(4 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
encode
(
{ str, encoding }: { str:
string
; encoding:
"base64"
; }
):
string
;