Skip to content

@lelantos-org/sdk / index / KeySource

Type Alias: KeySource โ€‹

ts
type KeySource = 
  | {
  account?: number;
  mnemonic: string;
  passphrase?: string;
  type: "mnemonic";
}
  | {
  signature: string;
  type: "signature";
}
  | {
  hex: string;
  type: "privateKey";
}
  | {
  nsk: Field;
  type: "nsk";
};

Defined in: @lelantos-org/sdk/dist/keys/key-source.d.ts:2

Lelantosno cookies ๐Ÿช ยท no tracking ๐Ÿ‘๏ธ ยท no accounts ๐Ÿ‘คwalletexplorer4536080GitHub