| Name | Type | Description | Notes |
|---|---|---|---|
| algorithm | Algorithm | [default to undefined] | |
| publicKey | Array<number> | [default to undefined] | |
| authenticatorKind | string | [default to undefined] |
import { KeypairAuthenticator } from '@phantom/openapi-wallet-service';
const instance: KeypairAuthenticator = {
algorithm,
publicKey,
authenticatorKind,
};