lightningdevkit
Version:
Lightning Development Kit
31 lines (30 loc) • 1.02 kB
text/typescript
import { Option_CVec_SocketAddressZZ } from '../structs/Option_CVec_SocketAddressZZ.mjs';
import { OnionMessage } from '../structs/OnionMessage.mjs';
import { CommonBase } from './CommonBase.mjs';
/**
* A Tuple
*/
export declare class ThreeTuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZ extends CommonBase {
/**
*
*/
get_a(): Uint8Array;
/**
*
*/
get_b(): OnionMessage;
/**
*
*/
get_c(): Option_CVec_SocketAddressZZ;
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(): ThreeTuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZ;
/**
* Creates a new C3Tuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZ from the contained elements.
*/
static constructor_new(a: Uint8Array, b: OnionMessage, c: Option_CVec_SocketAddressZZ): ThreeTuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZ;
}