signify-ts
    Preparing search index...

    Type Alias IpexGrantExchange

    IpexGrantExchange: ExchangeResourceV1 & {
        exn: ExnV1 & {
            e: {
                acdc: components["schemas"]["ACDC_V_1"];
                anc: AnchorEvent;
                d?: string;
                iss: components["schemas"]["ISS_V_1"];
            };
            r: typeof IPEX_GRANT_ROUTE;
        };
    }