UNPKG

@xchainjs/xchain-doge

Version:

Custom Doge client and utilities used by XChain clients

7 lines (6 loc) 150 B
import { Network } from '@xchainjs/xchain-client'; export type BroadcastTxParams = { network: Network; txHex: string; nodeUrl: string; };