lightningdevkit
Version:
Lightning Development Kit
19 lines (18 loc) • 403 B
text/typescript
import { CommonBase } from './CommonBase.mjs';
/**
* A Tuple
*/
export declare class TwoTuple__u1632_u1632Z extends CommonBase {
/**
*
*/
get_a(): Uint16Array;
/**
*
*/
get_b(): Uint16Array;
/**
* Creates a new C2Tuple__u1632_u1632Z from the contained elements.
*/
static constructor_new(a: Uint16Array, b: Uint16Array): TwoTuple__u1632_u1632Z;
}