Trust Token Operation Done Event
data class TrustTokenOperationDoneEvent(status: String, type: TrustTokenOperationType, requestId: RequestId, topLevelOrigin: String?, issuerOrigin: String?, issuedTokenCount: Int?) : Event
Content copied to clipboard
Fired exactly once for each Trust Token operation. Depending on the type of the operation and whether the operation succeeded or failed, the event is fired before the corresponding request was sent or after the response was received.
Constructors
TrustTokenOperationDoneEvent
Link copied to clipboard
fun TrustTokenOperationDoneEvent(status: String, type: TrustTokenOperationType, requestId: RequestId, topLevelOrigin: String? = null, issuerOrigin: String? = null, issuedTokenCount: Int? = null)
Content copied to clipboard
Functions
Properties
issuedTokenCount
Link copied to clipboard
issuerOrigin
Link copied to clipboard
topLevelOrigin
Link copied to clipboard
type
Link copied to clipboard
Sources
jvm source
Link copied to clipboard