struct Protocol::Storage::ClearTrustTokens

Overview

Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer's Redemption Records, intact.

Included Modules

Defined in:

protocol/storage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def did_delete_tokens : Bool #

True if any tokens were deleted, false otherwise.


[View source]