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

Network v1.1.0 #13

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/interfaces/network.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export enum IAPIRoute {
FetchPending = '/fetch_pending' /* NOTE: Currently not available */,
/* --------------------------- Storage Network Routes --------------------------- */
BlockchainEntry = '/blockchain_entry',
Transactions = '/transactions_by_key',
/* ----------------------------- Intercom Routes ---------------------------- */
IntercomSet = '/set_data',
IntercomGet = '/get_data',
Expand Down
Loading
Loading