Transaction

type Transaction = Readonly<{
  messageBytes: TransactionMessageBytes;
  signatures: SignaturesMap;
}>;