UNPKG

lightningdevkit

Version:
27 lines (26 loc) 911 B
import { ResponseInstruction } from '../structs/ResponseInstruction.mjs'; import { OnionMessageContents } from '../structs/OnionMessageContents.mjs'; import { CommonBase } from './CommonBase.mjs'; /** * A Tuple */ export declare class TwoTuple_OnionMessageContentsResponseInstructionZ extends CommonBase { /** * */ get_a(): OnionMessageContents; /** * */ get_b(): ResponseInstruction; 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_OnionMessageContentsResponseInstructionZ; /** * Creates a new C2Tuple_OnionMessageContentsResponseInstructionZ from the contained elements. */ static constructor_new(a: OnionMessageContents, b: ResponseInstruction): TwoTuple_OnionMessageContentsResponseInstructionZ; }