Type alias UnsealedBlockedAddressStatus

UnsealedBlockedAddressStatus: {
    type: "Completed";
} | {
    cause: Error;
    type: "Failed";
}

The Sudo Platform SDK representation of the status of the retrieval of a particular blocked address

If the status is 'Failed' there will be an error showing the cause.

Type declaration

  • type: "Completed"

Type declaration

  • cause: Error
  • type: "Failed"