UNPKG

@vbyte/btc-dev

Version:

Batteries-included toolset for plebian bitcoin development

7 lines (6 loc) 428 B
import { Buff } from '@vbyte/buff'; export declare function encode_script(words: (string | number | Uint8Array)[], varint?: boolean): Buff; export declare function encode_script_word(word: string | number | Uint8Array): Uint8Array; export declare function split_script_word(word: Uint8Array): Buff[]; export declare function prefix_word_size(word: Uint8Array): Buff; export declare function get_size_varint(size: number): Buff;