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

    Type Alias BulkCreateWalletsResponse

    type BulkCreateWalletsResponse = {
        id: string;
        status:
            | "Pending"
            | "InProgress"
            | "Completed"
            | "PartiallyCompleted"
            | "Failed";
    }
    Index

    Properties

    Properties

    id: string

    ID of the bulk wallet creation job.

    status: "Pending" | "InProgress" | "Completed" | "PartiallyCompleted" | "Failed"

    Bulk wallet creation job status.