MCPcopy
hub / github.com/FuelLabs/fuels-ts / Keystore

Interface Keystore

packages/crypto/src/types.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { BytesLike } from '@fuel-ts/utils';
2
3export interface Keystore {
4 data: string;
5 iv: string;
6 salt: string;
7}
8
9export interface IScryptParams {
10 password: Uint8Array;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected