weight property

int get weight

Returns the DataRequestOutput weight Witness reward: 8 bytes Witnesses: 2 bytes commit_and_reveal_fee: 8 bytes min_consensus_percentage: 4 bytes collateral: 8 bytes

Implementation

int get weight => dataRequest.weight + 8 + 2 + 8 + 4 + 8;