BroadcastTransactionOptions
Overview
The full source code is available on GitHub at IWeb3ProviderTypes.ts.
Import
import { BroadcastTransactionOptions } from '@btc-vision/transaction';Interface
Signature
interface BroadcastTransactionOptions {
raw: string;
psbt: boolean;
}Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| raw | string | Yes | |
| psbt | boolean | Yes |