UNPKG

lightningdevkit

Version:
27 lines (26 loc) 887 B
import { MessageSendInstructions } from '../structs/MessageSendInstructions.mjs'; import { OffersMessage } from '../structs/OffersMessage.mjs'; import { CommonBase } from './CommonBase.mjs'; /** * A Tuple */ export declare class TwoTuple_OffersMessageMessageSendInstructionsZ extends CommonBase { /** * */ get_a(): OffersMessage; /** * */ get_b(): MessageSendInstructions; 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_OffersMessageMessageSendInstructionsZ; /** * Creates a new C2Tuple_OffersMessageMessageSendInstructionsZ from the contained elements. */ static constructor_new(a: OffersMessage, b: MessageSendInstructions): TwoTuple_OffersMessageMessageSendInstructionsZ; }