RevokeSponsorshipOperation constructor Null safety
- XdrLedgerKey? _ledgerKey,
- String? _signerAccountId,
- XdrSignerKey? _signerKey
Implementation
RevokeSponsorshipOperation(
this._ledgerKey, this._signerAccountId, this._signerKey);
RevokeSponsorshipOperation(
this._ledgerKey, this._signerAccountId, this._signerKey);