UNPKG

stacks-pay

Version:

A Payment Request Standard for Stacks Blockchain Payments

4 lines (3 loc) 201 B
import { CommonParameters } from "./types"; export declare function encodeStacksPayURL(params: CommonParameters): string; export declare function decodeStacksPayURL(fullURL: string): CommonParameters;