CoinOutput class

Thin wrapper for a possible coin output.

Constructors

CoinOutput(CoinOutput _native)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDenom() String
The denomination of coin to be output.
getId() String
The ID of this coin output, as used in the weighted output lists.
getProgram() String
A CEL expression that will determine the number of coins output. In the simplest case, this can just be a number, and exactly that many coins will be output.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited