BlockTransaction constructor

const BlockTransaction(
  1. BlockIdentifier blockIdentifier,
  2. Transaction transaction
)

Implementation

const BlockTransaction(this.blockIdentifier, this.transaction);