pairingExpiry
pairingExpiry(
uri):number|undefined
Reads the deadline a WalletConnect pairing URI carries, in unix seconds.
The proposal lifetime belongs to the provider, which stamps it into the URI, so UI that has to know when a pairing dies reads it back instead of repeating the number.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”number | undefined
undefined when the URI carries no expiryTimestamp or an unreadable one.