UNPKG

@btc-vision/transaction

Version:

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

11 lines (9 loc) 204 B
export interface BroadcastResponse { success: boolean; result?: string; error?: string; peers?: number; identifier: bigint; modifiedTransaction?: string; created?: boolean; }