Interface EstimateBridgeTransactionFromBitcoinOutput

interface EstimateBridgeTransactionFromBitcoinOutput {
    estimatedVSize: `${string} (XLinkSDK number)`;
    fee: `${string} (XLinkSDK number)`;
}

Properties

Properties

estimatedVSize: `${string} (XLinkSDK number)`
fee: `${string} (XLinkSDK number)`