UNPKG

@ecash/lib

Version:

Library for eCash transaction building

4 lines 203 B
import { Script } from '../script.js'; /** Build an eMPP OP_RETURN script with the given pushdata */ export declare function emppScript(pushdata: Uint8Array[]): Script; //# sourceMappingURL=empp.d.ts.map