AirdropTransactionResponse
txsobject[]
List of token transactions created for the airdrop.
AirdropTransactionResponse
{
  "txs": [
    {
      "sender": "string",
      "nonce": 0,
      "memo": "string",
      "fee": 0,
      "walletPayload": {
        "nonce": 0,
        "transaction": "string",
        "onlySign": true,
        "feePayer": {
          "fee": 0,
          "memo": "string"
        }
      },
      "minaSignerPayload": {
        "zkappCommand": {},
        "feePayer": {
          "feePayer": "string",
          "fee": 0,
          "nonce": 0,
          "memo": "string"
        }
      },
      "proverPayload": "string",
      "signedData": "string",
      "transaction": "string",
      "sendTransaction": true,
      "symbol": "string",
      "request": {
        "txType": "token:launch",
        "tokenAddress": "string",
        "sender": "string",
        "senderPrivateKey": "string",
        "nonce": 0,
        "memo": "string",
        "developerFee": 0,
        "adminContract": "standard",
        "symbol": "string",
        "decimals": 0,
        "uri": "string",
        "adminContractAddress": "string",
        "tokenContractPrivateKey": "string",
        "adminContractPrivateKey": "string"
      }
    }
  ]
}