signedSize property

int? get signedSize

The maximum total size when fully signed via the default hash type including any witness data of the input. If this is unknown, this is null. The actual signed size may be lower according to the data being encoded.

Implementation

int? get signedSize => null;