loopring_sdk

@loopring-web/loopring-sdk / Exports / PublicKey

Interface: PublicKey

Describes the users public key which is a point of the selected eclipse curve.

export

interface PublicKey

Table of contents

Properties

Properties

x

x: string

The public keys x part.

memberof PublicKey

Defined in

defs/loopring_defs.ts:2400


y

y: string

The public keys y part.

memberof PublicKey

Defined in

defs/loopring_defs.ts:2406