tooLarge property

bool get tooLarge

True if the resulting fully signed transaction will be too large

Implementation

bool get tooLarge => signedSize > Transaction.maxSize;