UNPKG
@phiresky/eth-scan
Version:
latest (3.5.4)
3.5.4
An efficient Ether and token balance scanner
MyCryptoHQ/eth-scan
@phiresky/eth-scan
/
typings
/
src
/
utils
/
abi.d.ts
9 lines
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Add 0x-prefix and ABI identifier to an encoded buffer. * *
@param
{
string
}
id
*
@param
{
Uint8Array
}
data
*
@return
{
string
} */
export
declare
const
withId
:
(
id
:
string
,
data
:
Uint8Array
) =>
string
;
//# sourceMappingURL=abi.d.ts.map