UNPKG

lightningdevkit

Version:
28 lines (27 loc) 810 B
import { CommonBase } from './CommonBase.mjs'; /** * The identifier of an order. */ export declare class LSPS1OrderId extends CommonBase { get_a(): string; set_a(val: string): void; /** * Constructs a new LSPS1OrderId given each field */ static constructor_new(a_arg: string): LSPS1OrderId; clone_ptr(): bigint; /** * Creates a copy of the LSPS1OrderId */ clone(): LSPS1OrderId; /** * Checks if two LSPS1OrderIds contain equal inner contents. * This ignores pointers and is_owned flags and looks at the values in fields. * Two objects with NULL inner values will be considered "equal" here. */ eq(b: LSPS1OrderId): boolean; /** * Generates a non-cryptographic 64-bit hash of the LSPS1OrderId. */ hash(): bigint; }