Interface EstimateBridgeTransactionFromBRC20Output

interface EstimateBridgeTransactionFromBRC20Output {
    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)`