@aptos-labs/ts-sdk - v7.1.0
    Preparing search index...

    Type Alias Fp2

    Quadratic-extension field element c0 + c1 * u.

    type Fp2 = {
        c0: bigint;
        c1: bigint;
    }
    Index

    Properties

    Properties

    c0: bigint

    Real component.

    c1: bigint

    Imaginary component.