This utility decodes a compressed prolink payload back into a JSON-RPC request object. Use it to validate, inspect, or execute prolinks received from URLs, QR codes, or other sources.
Import
Import
Parameters
string
required
Base64url-encoded prolink payload to decode. This is the string returned by
encodeProlink.Returns
Promise<ProlinkDecoded>
A promise that resolves to the decoded JSON-RPC request.
Examples
Decode wallet_sendCalls
Decode wallet_sendCalls
Validate Before Execution
Validate Before Execution
Inspect Spend Permission Request
Inspect Spend Permission Request
Extract Capabilities
Extract Capabilities
Decode and Display Transaction Details
Display Transaction Details
Related
encodeProlink
Create prolink payloads from JSON-RPC requests
wallet_sendCalls
Execute decoded transaction batches