Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the transaction is complete, exporting the card data (encrypted) is as simple as:

Code Block
Devvar devagnos = new Dev(Agnos(this, this, this)
...
// Transaction
...
devagnos.exportCardData()

This function, if successful, will return a block of data, which content is described below.

...