UNPKG
@nucypher/shared
Version:
ceramicDemo (0.3.0)
dev-viem (0.6.0-dev.viem)
devnet (0.6.0-alpha.11)
latest (0.5.0)
0.6.0-dev.viem
0.6.0-alpha.11
0.6.0-alpha.10
0.6.0-alpha.9
0.6.0-alpha.8
0.6.0-alpha.7
0.6.0-alpha.6
0.6.0-alpha.5
0.6.0-alpha.4
0.6.0-alpha.3
0.6.0-alpha.2
0.6.0-alpha.1
0.6.0-alpha.0
0.5.0
0.5.0-alpha.3
0.5.0-alpha.2
0.5.0-alpha.1
0.5.0-alpha.0
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.1.0-rc.6
0.1.0-rc.5
0.1.0-rc.4
0.1.0-rc.3
0.1.0-rc.2
0.1.0-rc.1
0.1.0-rc.0
## [`nucypher/taco-web`](../../README.md)
github.com/nucypher/taco-web
nucypher/taco-web
@nucypher/shared
/
dist
/
es
/
types.d.ts
4 lines
(3 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
export
type
ChecksumAddress
=
`0x
${
string
}
`
;
export
type
HexEncodedBytes
=
string
;
export
type
Base64EncodedBytes
=
string
;