UnsealedBlockedAddress

data class UnsealedBlockedAddress(val hashedBlockedValue: String, val address: String, val status: UnsealedBlockedAddressStatus)

The Sudo Platform SDK representation of an unsealed blocked address

Constructors

Link copied to clipboard
constructor(hashedBlockedValue: String, address: String, status: UnsealedBlockedAddressStatus)

Properties

Link copied to clipboard

String The plaintext address that has been blocked.

Link copied to clipboard

List The hashed value of the blocked address. This can be used to unblock the address in the event that unsealing fails

Link copied to clipboard

UnsealedBlockedAddressStatus The status of the unsealing operation. If 'Failed' the plaintext address will be empty but the hashed value will still available