Variable DeployTokenInputConst
DeployTokenInput: ZodObject<
{
name: ZodString;
symbol: ZodString;
totalSupply: ZodType<Amount, ZodTypeDef, Amount>;
},
"strip",
ZodTypeAny,
{ name: string; symbol: string; totalSupply: Amount },
{ name: string; symbol: string; totalSupply: Amount },
> = ...
Input schema for deploy token action.