FeeResponse

@Serializable
data class FeeResponse(val address: String, val amount: Long, val status: String)

Fee response from the node.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

address

The address of the fee.

amount

The amount of the fee.

status

The status of the fee.

Constructors

Link copied to clipboard
constructor(address: String, amount: Long, status: String)

Properties

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