Whether a party id is well-formed. Reach for validatePartyId instead where the reason matters.
isValidPartyId(partyId) // trueisValidPartyId('nico::1220df94') // false: 8 hex characters where 68 are required Copy
isValidPartyId(partyId) // trueisValidPartyId('nico::1220df94') // false: 8 hex characters where 68 are required
Whether a party id is well-formed. Reach for validatePartyId instead where the reason matters.