data property

Uint8List? data
final

For transactions that call a contract function or create a contract, contains the hashed function name and the encoded parameters or the compiled contract code, respectively.

Implementation

final Uint8List? data;