UNPKG

@btc-vision/btc-runtime

Version:

Bitcoin Smart Contract Runtime

6 lines (4 loc) 199 B
import { Map } from '../generic/Map'; import { BytesReader } from '../buffer/BytesReader'; export type PointerStorage = Map<Uint8Array, Uint8Array>; export type Calldata = NonNullable<BytesReader>;