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 _from, String _amount)
Creates a ClawbackOperation builder using a MuxedAccount as a from account. _asset Aasset to be clawed back. _from 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.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() ClawbackOperation
Builds an operation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMuxedSourceAccount(MuxedAccount sourceAccount) ClawbackOperationBuilder
Sets the muxed source account for this operation.
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