interface TransferOwnershipRequest {
    id: string;
    newOwnerAddress: string;
    policy: string;
}

Hierarchy (view full)

Properties

id: string
newOwnerAddress: string

The address of the new owner

policy: string

ID of the Policy that defines the gas sponsorship strategy (starts with pol_). A policy must be provided.