Class PendingAirdropLogic<T extends PendingAirdropLogic<T>>

Direct Known Subclasses:
TokenCancelAirdropTransaction, TokenClaimAirdropTransaction

abstract class PendingAirdropLogic<T extends PendingAirdropLogic<T>> extends Transaction<T>
  • Field Details

  • Constructor Details

    • PendingAirdropLogic

      protected PendingAirdropLogic()
    • PendingAirdropLogic

      PendingAirdropLogic(LinkedHashMap<TransactionId,LinkedHashMap<AccountId,Transaction>> txs) throws com.google.protobuf.InvalidProtocolBufferException
      Constructor.
      Parameters:
      txs - Compound list of transaction id's list of (AccountId, Transaction) records
      Throws:
      com.google.protobuf.InvalidProtocolBufferException - when there is an issue with the protobuf
    • PendingAirdropLogic

      PendingAirdropLogic(TransactionBody txBody)
      Constructor.
      Parameters:
      txBody - protobuf TransactionBody
  • Method Details