Const
Type guard to check if a value is a valid PartyId. Validates that the value is a non-empty string.
Note: This performs a structural check, not validation against the ledger. No format validation (e.g., hint::namespace) is performed.
hint::namespace
Type guard to check if a value is a valid PartyId. Validates that the value is a non-empty string.
Note: This performs a structural check, not validation against the ledger. No format validation (e.g.,
hint::namespace) is performed.