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

    Interface GetConvertibleIssuanceAsOcfParams

    Standard params for retrieving an entity by its contract ID.

    Used by OpenCapTable.*.get() operations and by get*AsOcf readers that load a single contract. Optional readAs is applied on code paths that delegate to readSingleContract (the common case for entity OCF readers); verify the specific function you call forwards read scope if you depend on it.

    const { data: issuer } = await ocp.OpenCapTable.issuer.get({
    contractId: '00abc123...',
    });
    console.log(issuer.legal_name);
    interface GetConvertibleIssuanceAsOcfParams {
        contractId: string;
        readAs?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    contractId: string

    The Canton contract ID of the entity to retrieve

    readAs?: string[]

    Optional Canton read scope for contract event visibility