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

    Interface AuthorizeIssuerParams

    interface AuthorizeIssuerParams {
        factoryContractId?: string;
        factoryTemplateId?: string;
        issuer: string;
    }
    Index

    Properties

    factoryContractId?: string

    Override: factory contract ID (e.g. for staging). Requires factoryTemplateId.

    factoryTemplateId?: string

    Override: factory template ID (e.g. for staging). Required when factoryContractId is set.

    issuer: string