lightningdevkit
Version:
Lightning Development Kit
27 lines (26 loc) • 991 B
text/typescript
import { TwoTuple_HumanReadableNameThirtyTwoBytesZ } from '../structs/TwoTuple_HumanReadableNameThirtyTwoBytesZ.mjs';
import { Offer } from '../structs/Offer.mjs';
import { CommonBase } from './CommonBase.mjs';
/**
* A Tuple
*/
export declare class TwoTuple_CVec_C2Tuple_HumanReadableNameThirtyTwoBytesZZOfferZ extends CommonBase {
/**
*
*/
get_a(): TwoTuple_HumanReadableNameThirtyTwoBytesZ[];
/**
*
*/
get_b(): Offer;
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_HumanReadableNameThirtyTwoBytesZZOfferZ;
/**
* Creates a new C2Tuple_CVec_C2Tuple_HumanReadableNameThirtyTwoBytesZZOfferZ from the contained elements.
*/
static constructor_new(a: TwoTuple_HumanReadableNameThirtyTwoBytesZ[], b: Offer): TwoTuple_CVec_C2Tuple_HumanReadableNameThirtyTwoBytesZZOfferZ;
}