UNPKG

@moveflow/widget

Version:

> ⚠️ **This is a testnet version** of the MoveFlow Checkout Widget. It is intended for development and testing purposes only. Do not use for mainnet payments.

8 lines (7 loc) 223 B
export declare class NetworkConfiguration { name: string; fullNodeUrl: string; contract: string; faucetUrl: string; constructor(name: string, fullNodeUrl: string, contract: string, faucetUrl: string); }