Skip to main content

TransactionsListResponse

transactions object[]required

Array of transactions

  • Array [
  • timestampnumberrequired

    Timestamp of the transaction

    statusstringrequired

    Status of the transaction

    updatedAccounts object[]required
  • Array [
  • accountAddressstringrequired

    Address of the updated account

    isZkappAccountbooleanrequired

    Whether this is a zkApp account

    verificationKeyHashstring

    Hash of the verification key

  • ]
  • accountUpdatesCountnumberrequired

    Number of account updates in the transaction

    proverAddressstringrequired

    Address of the prover

    isZkappAccountbooleanrequired

    Whether this is a zkApp account

    hashstringrequired

    Transaction hash

    feenumberrequired

    Transaction fee

    memostringrequired

    Transaction memo

  • ]
  • TransactionsListResponse
    {
    "transactions": [
    {
    "timestamp": 0,
    "status": "string",
    "updatedAccounts": [
    {
    "accountAddress": "string",
    "isZkappAccount": true,
    "verificationKeyHash": "string"
    }
    ],
    "accountUpdatesCount": 0,
    "proverAddress": "string",
    "isZkappAccount": true,
    "hash": "string",
    "fee": 0,
    "memo": "string"
    }
    ]
    }