Open Cap Table Protocol Canton SDK - v0.2.224
    Preparing search index...

    Type Alias IssuerDataInput

    IssuerDataInput: Omit<OcfIssuer, "tax_ids"> & {
        tax_ids?: OcfIssuer["tax_ids"] | null;
    }

    Input type for issuer data that may have missing array fields. The SDK normalizes these to empty arrays automatically.

    Type Declaration

    • Optionaltax_ids?: OcfIssuer["tax_ids"] | null

      Tax IDs - normalized to empty array if null/undefined