callData property

  1. @Uint8ListConverter()
Uint8List callData
final

The SCALE-encoded call data for the transaction.

This is the actual call that will be executed when the threshold is reached.

Implementation

@Uint8ListConverter()
final Uint8List callData;