requiresSignerNetwork property
Whether the signer flow itself depends on network connectivity.
This is narrower than requiresInteractiveSigning:
- NIP-46 bunker signers:
true - NIP-07 browser extensions:
false - NIP-55 external signer apps:
false - local private-key signers:
false
Local-first delivery should treat this as a scheduling hint, not as the sole retry trigger.
Implementation
@override
bool get requiresSignerNetwork => false;