Checks the shape of a party id: a non-blank hint, the :: separator, and a 68-character hex
fingerprint. Returns undefined when nothing is wrong. Shape only — whether the party exists is
the ledger's answer, not this function's.
Reach for this over isValidPartyId when the caller needs to say what went wrong.
Checks the shape of a party id: a non-blank hint, the
::separator, and a 68-character hex fingerprint. Returnsundefinedwhen nothing is wrong. Shape only — whether the party exists is the ledger's answer, not this function's.Reach for this over isValidPartyId when the caller needs to say what went wrong.