Interface TransferOwnershipCallObject

interface TransferOwnershipCallObject {
    newOwner: string;
}

Properties

Properties

newOwner: string