Explorer

@Serializable
data class Explorer(val tx: String, val address: String)

Block explorer URL templates for transactions and addresses. Use {txid} and {address} as placeholders.

Constructors

Link copied to clipboard
constructor(tx: String, address: String)

Properties

Link copied to clipboard
Link copied to clipboard
val tx: String