lightningdevkit
Version:
Lightning Development Kit
26 lines (25 loc) • 831 B
text/typescript
import { TwoTuple_u32CVec_u8ZZ } from '../structs/TwoTuple_u32CVec_u8ZZ.mjs';
import { CommonBase } from './CommonBase.mjs';
/**
* A Tuple
*/
export declare class TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ extends CommonBase {
/**
*
*/
get_a(): Uint8Array;
/**
*
*/
get_b(): TwoTuple_u32CVec_u8ZZ[];
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_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ;
/**
* Creates a new C2Tuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ from the contained elements.
*/
static constructor_new(a: Uint8Array, b: TwoTuple_u32CVec_u8ZZ[]): TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ;
}