Skip to main content

p2sh

reddcoinjs-lib v7.0.1-rdd.1Docs


reddcoinjs-lib v7.0.1-rdd.1 / payments / p2sh

Function: p2sh()

p2sh(a, opts?): Payment

Creates a Pay-to-Script-Hash (P2SH) payment object.

Parameters

a: Payment

The payment object containing the necessary data.

opts?: PaymentOpts

Optional payment options.

Returns

Payment

The P2SH payment object.

Throws

If the required data is not provided or if the data is invalid.

Defined in

ts_src/payments/p2sh.ts:29