PingTransaction

Transaction type that round-trips some data through the presentment process for testing.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sample transaction data for this transaction type

Functions

Link copied to clipboard
open suspend override fun applyCbor(transactionData: TransactionData, credential: Credential): Map<String, DataItem>
Link copied to clipboard
open suspend fun applyJson(transactionData: TransactionData, credential: Credential): JsonElement?
Link copied to clipboard
Link copied to clipboard
open suspend override fun isApplicable(transactionData: TransactionData, credential: Credential): Boolean