UNPKG
tronewb
Version:
latest (6.0.0)
6.0.0
JavaScript SDK that encapsulates the TRON HTTP API
tronweb.network
tronprotocol/tronweb
tronewb
/
lib
/
commonjs
/
utils
/
base58.d.ts
4 lines
(3 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
import
type
{
BytesLike
}
from
'../types/UtilsTypes.js'
;
export
declare
function
encode58
(
buffer
:
BytesLike
|
string
):
string
;
export
declare
function
decode58
(
string
:
string
):
number
[];