RevokeSponsorshipOperationBuilder class
Constructors
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(
) → RevokeSponsorshipOperation - Builds an operation
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent 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
sourceAccountId
. -
setSourceAccount(
String sourceAccount ) → RevokeSponsorshipOperationBuilder -
Sets the source account for this operation represented by
sourceAccount
. -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited