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.

9 lines (8 loc) 238 B
export class NetworkConfiguration { constructor(name, fullNodeUrl, contract, faucetUrl) { this.name = name; this.fullNodeUrl = fullNodeUrl; this.contract = contract; this.faucetUrl = faucetUrl; } }