Skip to content

Commit

Permalink
Remove repeated types
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed May 7, 2024
1 parent 1326ef8 commit 017bf7c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pages/SDK/glossary/types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@

Glossary of types in the Stealth Address SDK.

## `HexString`
Signifies any length hexadecimal string, synonymous with `0x${string}`

## `VALID_SCHEME_ID`
```ts
export enum VALID_SCHEME_ID {
SCHEME_ID_1 = 1
}
```
Signifies a valid scheme id; the only valid scheme id is currently `1`.

## `EthAddress`
Represents an Ethereum address.

## `Announce`

The event emitted from the `announce` function call on the ERC-5564 contract.
Expand Down

0 comments on commit 017bf7c

Please sign in to comment.