Broadcast

@Serializable
data class Broadcast(val hash: String)

Represents the result of broadcasting a transaction to the blockchain.

This data class contains the transaction hash returned by the network after successful submission.

Constructors

Link copied to clipboard
constructor(hash: String)

Properties

Link copied to clipboard

The transaction hash returned by the blockchain (e.g., "0x123...")