RevokeSponsorshipOperationBuilder class

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() RevokeSponsorshipOperation
Builds an operation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revokeAccountSponsorship(String accountId) RevokeSponsorshipOperationBuilder
revokeClaimableBalanceSponsorship(String balanceId) RevokeSponsorshipOperationBuilder
revokeDataSponsorship(String accountId, String dataName) RevokeSponsorshipOperationBuilder
revokeEd25519Signer(String signerAccountId, String ed25519AccountId) RevokeSponsorshipOperationBuilder
revokeOfferSponsorship(String accountId, int offerId) RevokeSponsorshipOperationBuilder
revokePreAuthTxSigner(String signerAccountId, String preAuthTx) RevokeSponsorshipOperationBuilder
revokeSha256HashSigner(String signerAccountId, String sha256Hash) RevokeSponsorshipOperationBuilder
revokeTrustlineSponsorship(String accountId, Asset asset) RevokeSponsorshipOperationBuilder
setMuxedSourceAccount(MuxedAccount sourceAccount) RevokeSponsorshipOperationBuilder
Sets the muxed source account for this operation represented by sourceAccount.
setSourceAccount(String sourceAccountId) RevokeSponsorshipOperationBuilder
Sets the source account for this operation represented by sourceAccountId.
toString() String
A string representation of this object.
inherited

Operators

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