UNPKG

115 BTypeScriptView Raw
1export interface PairInfo {
2 publicKey: Uint8Array;
3 secretKey?: Uint8Array;
4 seed?: Uint8Array | null;
5}