UNPKG

lightningdevkit

Version:
26 lines (25 loc) 939 B
import { TwoTuple_HumanReadableNameThirtyTwoBytesZ } from '../structs/TwoTuple_HumanReadableNameThirtyTwoBytesZ.mjs'; import { CommonBase } from './CommonBase.mjs'; /** * A Tuple */ export declare class TwoTuple_CVec_C2Tuple_HumanReadableNameThirtyTwoBytesZZStrZ extends CommonBase { /** * */ get_a(): TwoTuple_HumanReadableNameThirtyTwoBytesZ[]; /** * */ get_b(): string; clone_ptr(): bigint; /** * Creates a new tuple which has the same data as `orig` * but with all dynamically-allocated buffers duplicated in new buffers. */ clone(): TwoTuple_CVec_C2Tuple_HumanReadableNameThirtyTwoBytesZZStrZ; /** * Creates a new C2Tuple_CVec_C2Tuple_HumanReadableNameThirtyTwoBytesZZStrZ from the contained elements. */ static constructor_new(a: TwoTuple_HumanReadableNameThirtyTwoBytesZ[], b: string): TwoTuple_CVec_C2Tuple_HumanReadableNameThirtyTwoBytesZZStrZ; }