interface CompleteRecoveryRequest {
    id: string;
    newOwnerAddress: string;
    policy: string;
    signatures?: string[];
}

Hierarchy (view full)

Properties

id: string
newOwnerAddress: string

Address of the new owner

policy: string

The policy ID (starts with pol_)

signatures?: string[]

Signatures by the guardians