signify-ts
    Preparing search index...

    Type Alias MultisigIssExchange

    MultisigIssExchange: ExchangeResourceV1 & {
        exn: ExnV1 & {
            a: { gid: string; [key: string]: unknown };
            e: {
                acdc: components["schemas"]["ACDC_V_1"];
                anc: AnchorEvent;
                d?: string;
                iss: components["schemas"]["ISS_V_1"];
            };
            r: typeof MULTISIG_ISS_ROUTE;
        };
    }