@loopring-web/loopring-sdk / Exports / PublicKey
Describes the users public key which is a point of the selected eclipse curve.
export
interface PublicKey
• x: string
The public keys x part.
memberof PublicKey
• y: string
The public keys y part.
memberof PublicKey