Skip to content

Commit

Permalink
Clean up exports and interfaces (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
summraznboi authored Apr 23, 2024
1 parent be92f29 commit 5ea8999
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/indexer/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ export type RunestoneIndexerOptions = {
network: Network;

storage: RunestoneStorage;

/**
* The interval at which to poll the RPC for new blocks, in milliseconds.
* Defaults to `10000` (10 seconds), and must be positive.
*/
pollIntervalMs?: number;
};

export type BlockIdentifier = {
Expand Down Expand Up @@ -119,7 +113,7 @@ export type RuneUtxoBalance = {
export type RuneMintCount = { mint: RuneLocation; count: number };
export type RuneBalance = { runeId: RuneLocation; amount: bigint };

export type RuneEtchingBase = {
type RuneEtchingBase = {
divisibility?: number;
premine?: bigint;
symbol?: string;
Expand Down

0 comments on commit 5ea8999

Please sign in to comment.