@sudoplatform/sudo-email

    Interface UnsealedBlockedAddress

    The Sudo Platform SDK representation of an unsealed blocked address

    UnsealedBlockedAddress

    interface UnsealedBlockedAddress {
        action: BlockedEmailAddressAction;
        address: string;
        emailAddressId?: string;
        hashedBlockedValue: string;
        status: UnsealedBlockedAddressStatus;
    }
    Index

    Properties

    The action to be taken on incoming messages from the blocked address.

    address: string

    The plaintext address that has been blocked.

    emailAddressId?: string

    The id of the email address that the sender is blocked from. If undefined, the sender is blocked from all addresses of the owner.

    hashedBlockedValue: string

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

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

    MMNEPVFCICPMFPCPTTAAATR