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
/
schemas.d.ts
4 lines
(3 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
import
{ z }
from
'zod'
;
export
declare
const
EthAddressSchema
: z.
ZodEffects
<z.
ZodString
,
string
,
string
>;
export
declare
const
BlockIdentifierSchema
: z.
ZodUnion
<[z.
ZodNumber
, z.
ZodString
, z.
ZodEnum
<[
"earliest"
,
"finalized"
,
"safe"
,
"latest"
,
"pending"
]>]>;