Skip to content

Commit

Permalink
feat: remove unused Subaccount
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 12, 2024
1 parent fe4e1fa commit 462af21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nns/src/types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ export type NeuronId = bigint;
export type E8s = bigint;
export type Memo = bigint;
export type PrincipalString = string;
export type SubAccount = Uint8Array;

export type Option<T> = T | undefined;

0 comments on commit 462af21

Please sign in to comment.