UNPKG

@btc-vision/transaction

Version:

OPNet transaction library allows you to create and sign transactions for the OPNet network.

10 lines 250 B
export interface BroadcastResponse { success: boolean; result?: string; error?: string; peers?: number; identifier: bigint; modifiedTransaction?: string; created?: boolean; } //# sourceMappingURL=BroadcastResponse.d.ts.map