serialize abstract method

Uint8List serialize({
  1. bool sig = true,
})

Returns the serialized encoding of the EIP-1559 transaction.

Implementation

Uint8List serialize({bool sig = true});