isCordAddress
isCordAddress(
input): input is `3${string}`
Type guard to check whether input is an SS58 address with our prefix of 29.
Parameters
Section titled “Parameters”• input: unknown
Address string to validate for correct format.
Returns
Section titled “Returns”input is `3${string}`
True if input is a CordAddress, false otherwise.