ClawbackOperationBuilder class

Constructors

ClawbackOperationBuilder(Asset asset, String fromAccountId, String amount)
Creates a ClawbackOperationBuilder builder. asset Asset to be clawed back. fromAccountId account id from which the asset is clawed back amount Amount to be clawed back.
ClawbackOperationBuilder.forMuxedFromAccount(Asset asset, MuxedAccount fromAccount, String amount)
Creates a ClawbackOperation builder using a MuxedAccount as a from account. asset Aasset to be clawed back. fromAccount MuxedAccount having the accountId of the account from which the asset is clawed back. amount Amount to be clawed back.

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

build() ClawbackOperation
Builds an operation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setMuxedSourceAccount(MuxedAccount sourceAccount) ClawbackOperationBuilder
setSourceAccount(String sourceAccountId) ClawbackOperationBuilder
Sets the source account for this operation.
toString() String
A string representation of this object. [...]
inherited

Operators

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