UNPKG

@bit-gpt/h402

Version:

BitGPT's 402 open protocol for blockchain-native payments

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