interface RemoveOwners {
    multisig_account: string;
    owners_removed: string[];
}

Properties

multisig_account: string
owners_removed: string[]