Class AdaptorInfo

Expand description

Channel parameters and ToS of a given adaptor.

Constructors§

§

new AdaptorInfo(
    adaptor_key: VerificationKey,
    close_period: bigint,
    max_tag_length: number,
    fee: bigint,
): AdaptorInfo

Properties§

§readonly closePeriod: bigint
§readonly fee: bigint
§readonly maxTagLength: number
§readonly verificationKey: VerificationKey

Methods§

§

free(): void