Bridge

data class Bridge(val type: BridgeType, val version: String)

Created by Fireblocks Ltd. on 27/05/2024.

Constructors

Link copied to clipboard
constructor(type: BridgeType, version: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toMap(): Map<String, Any>