Dfns TypeScript SDK - v0.7.14
    Preparing search index...

    Type Alias ListSignersResponse

    type ListSignersResponse = {
        clusters: {
            clusterId: string;
            signers: { encryptionKey: string; signerId: string }[];
        }[];
    }
    Index

    Properties

    Properties

    clusters: {
        clusterId: string;
        signers: { encryptionKey: string; signerId: string }[];
    }[]