Class ClearTrustTokensCommandResponse
Response for Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer's Redemption Records, intact.
public sealed class ClearTrustTokensCommandResponse : ICommandResponse<ClearTrustTokensCommandSettings>, ICommandResponse
- Inheritance
-
ClearTrustTokensCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
DidDeleteTokens
True if any tokens were deleted, false otherwise.
[JsonPropertyName("didDeleteTokens")]
public bool DidDeleteTokens { get; set; }