blockData property

  1. @Deprecated('Use getData() instead')
TransactionDataV1 get blockData

Implementation

@Deprecated('Use getData() instead')
	TransactionDataV1 get blockData {
		return serializeV1TransactionData(_blockData.snapshot());
	}