Skip to content

parseNEARStealthMetaAddress()

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / parseNEARStealthMetaAddress

parseNEARStealthMetaAddress(encoded): StealthMetaAddress

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:18261

Decode a NEAR stealth meta-address from string format

string

Encoded string (sip:near::)

StealthMetaAddress

Parsed stealth meta-address

const metaAddress = parseNEARStealthMetaAddress(
'sip:near:0x1234...5678:0xabcd...ef01'
)