UnlockKeyResponse

interface UnlockKeyResponse {
    UnlockKey?: string;
}

Properties

Properties

UnlockKey?: string

The swarm's unlock key.