UNPKG

@brynjarrr/xchain-doge

Version:

Custom Doge client and utilities used by XChain clients

9 lines (8 loc) 343 B
import { LedgerTxInfo, LedgerTxInfoParams } from './types/ledger'; /** * Create transaction info. * * @param {LedgerTxInfoParams} params The transaction build options. * @returns {LedgerTxInfo} The transaction info used for ledger sign. */ export declare const createTxInfo: (params: LedgerTxInfoParams) => Promise<LedgerTxInfo>;