Variable Transaction.payload

The data to store

struct Transaction
{
  // ...
  ubyte[] payload ;
  // ...
}