UNPKG

@bit-gpt/h402

Version:

BitGPT's 402 open protocol for blockchain-native payments

8 lines 274 B
import * as evmHandlers from "./evm/index.js"; import * as solanaHandlers from "./solana/index.js"; export declare const handlers: { evm: typeof evmHandlers; solana: typeof solanaHandlers; }; export declare const SCHEME = "exact"; //# sourceMappingURL=index.d.ts.map