Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 704 Bytes

File metadata and controls

24 lines (17 loc) · 704 Bytes

KeypairAuthenticator

Properties

Name Type Description Notes
algorithm Algorithm [default to undefined]
publicKey Array<number> [default to undefined]
authenticatorKind string [default to undefined]

Example

import { KeypairAuthenticator } from '@phantom/openapi-wallet-service';

const instance: KeypairAuthenticator = {
    algorithm,
    publicKey,
    authenticatorKind,
};

[Back to Model list] [Back to API list] [Back to README]