Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed May 22, 2024
1 parent ac32281 commit e63451a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import { enums, array, literal, record, string, union } from 'superstruct';
import { exactOptional, object } from './superstruct';
import { UuidStruct } from './utils';

// ! The `*AccountType` enums defined below should be kept in this file to
// ! avoid circular dependencies when the API is used by other files.

/**
* Supported Ethereum account types.
*/
Expand All @@ -22,7 +25,9 @@ export enum BtcAccountType {
}

/**
* Generic account struct.
* A struct which represents a Keyring account object. It is abstract enough to
* be used with any blockchain. Specific blockchain account types should extend
* this struct.
*
* See {@link KeyringAccount}.
*/
Expand Down

0 comments on commit e63451a

Please sign in to comment.