Skip to main content

blueprint.generator_2.isnullable

Home > @blaze-cardano/blueprint > Generator_2 > isNullable

Generator_2.isNullable() method

Signature:

static isNullable(shape: Schema): shape is {
anyOf: [
{
title: "Some";
fields: (Schema | Annotated<Schema>)[];
},
{
title: "None";
}
];
};

Parameters

Parameter

Type

Description

shape

Schema

Returns:

shape is { anyOf: [ { title: "Some"; fields: (Schema | Annotated<Schema>)[]; }, { title: "None"; } ]; }