interface DeleteTrackedAddressResultDto {
    deleted: boolean;
    withdrawalAddress: string;
}

Properties

deleted: boolean

Whether the address was successfully deleted/deactivated

Example

true
withdrawalAddress: string

The withdrawal address that was processed

Example

"0x1234567890123456789012345678901234567890"