AssertCoinAnnouncementCondition class

Implemented types
Available extensions

Constructors

AssertCoinAnnouncementCondition.new(Bytes coinId, Bytes message, {Bytes? morphBytes})

Properties

announcementId Bytes
no setter
arguments List<Program>

Available on Condition, provided by the ConditionArguments extension

no setter
code int
no setteroverride
coinId Bytes
final
hashCode int
The hash code for this object.
no setterinherited
message Bytes
final
morphBytes Bytes?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toProgram() Program
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

getAnnouncementIdFromProgram(Program program) Bytes
isThisCondition(Program condition) bool

Constants

conditionCode → const int