UNPKG

@btc-vision/btc-runtime

Version:

Bitcoin L1 Smart Contract Runtime for OP_NET. Build decentralized applications on Bitcoin using AssemblyScript and WebAssembly. Fully audited.

6 lines (4 loc) 74 B
export interface ArrayLike<T> { length: i32; [key: number]: T; }