UNPKG
@rize-labs/paas
Version:
latest (1.0.1)
1.0.1
1.0.0
Passkey management module for all your passkey requirements
@rize-labs/paas
/
dist
/
utils
/
solidity-types.d.ts
9 lines
(8 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
BigNumberish
}
from
'ethers'
;
import
{
BytesLike
}
from
'@ethersproject/bytes'
;
export
type
address =
string
;
export
type
uint256 =
BigNumberish
;
export
type
uint =
BigNumberish
;
export
type
uint64 =
BigNumberish
;
export
type
bytes =
BytesLike
;
export
type
bytes32 =
BytesLike
;