tooLarge property
bool
get
tooLarge
True if the resulting fully signed transaction will be too large
Implementation
bool get tooLarge => signedSize > Transaction.maxSize;
True if the resulting fully signed transaction will be too large
bool get tooLarge => signedSize > Transaction.maxSize;