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

    Type Alias AffinePoint<T>

    AffinePoint: { x: T; y: T } & { Z?: never }

    Affine point coordinates without projective fields.

    Type Parameters

    • T

    Type Declaration

    • x: T

      Affine x coordinate.

    • y: T

      Affine y coordinate.

    • OptionalZ?: never