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

    Interface GetByContractIdParams

    Standard params for retrieving an entity by its contract ID.

    Used by all get() operations that look up a single contract.

    const { data: issuer } = await ocp.OpenCapTable.issuer.get({
    contractId: '00abc123...',
    });
    console.log(issuer.legal_name);
    interface GetByContractIdParams {
        contractId: string;
    }
    Index

    Properties

    Properties

    contractId: string

    The Canton contract ID of the entity to retrieve