@xo-cash/utils
    Preparing search index...

    Variable xoTemplateAssetAmountsSchemaConst

    xoTemplateAssetAmountsSchema: ZodObject<
        {
            fungibleTokens: ZodOptional<(...)>;
            nonfungibleTokens: ZodOptional<(...)>;
            satoshis: ZodOptional<(...)>;
        },
        $strict,
    > = ...

    Validation schema for the asset amounts configuration. Used by omitChangeAmounts on inputs and by balance on locking scripts, outputs, and their roles.