RevokeSponsorshipOperation constructor

RevokeSponsorshipOperation(
  1. XdrLedgerKey _ledgerKey,
  2. String _signerAccountId,
  3. XdrSignerKey _signerKey
)

Implementation

RevokeSponsorshipOperation(
    this._ledgerKey, this._signerAccountId, this._signerKey) {}