Interface EstimateBridgeTransactionFromRunesOutput

interface EstimateBridgeTransactionFromRunesOutput {
    estimatedVSize: `${string} (BroSDK number)`;
    fee: `${string} (BroSDK number)`;
    revealTransactionSatoshiAmount?: `${string} (BroSDK number)`;
}

Properties

estimatedVSize: `${string} (BroSDK number)`
fee: `${string} (BroSDK number)`
revealTransactionSatoshiAmount?: `${string} (BroSDK number)`