ScriptAmount

data class ScriptAmount(var script: Script, var amount: ULong)

A object holding a ScriptPubKey and an amount.

Constructors

Link copied to clipboard
fun ScriptAmount(script: Script, amount: ULong)

Properties

Link copied to clipboard
var amount: ULong

The amount.

Link copied to clipboard
var script: Script

The ScriptPubKey.