Options
All
  • Public
  • Public/Protected
  • All
Menu

@pinetwork-js/nodepi

Index

Enumerations

Classes

Interfaces

Type aliases

Functions

Type aliases

Data

Data: Record<string, string>

DeepPartial

DeepPartial<T>: {[ K in keyof T]: T extends {} ? DeepPartial<T[K]> : T[K] }

Type parameters

  • T: {}

DeepRequired

DeepRequired<T>: {[ K in keyof T]: T extends {} ? DeepRequired<T[K]> : T[K] }

Type parameters

  • T: {}

Method

Method: "get" | "post" | "put" | "patch" | "delete"

StreamEvent

StreamEvent: "ledgers" | "transactions" | "operations" | "payments" | "effects" | "accounts" | "offers" | "trades" | "all"

Functions

deepPredicateChange

isApplicationLedger

  • isApplicationLedger(ledger: ServerApi.LedgerRecord, applicationPublicKey: string): Promise<boolean>

isApplicationOperation

  • isApplicationOperation(operation: ServerApi.OperationRecord, applicationPublicKey: string): boolean

isApplicationTransaction

  • isApplicationTransaction(transaction: ServerApi.TransactionRecord, applicationPublicKey: string): Promise<boolean>

isPatchable

  • isPatchable(entry: Record<PropertyKey, any>): entry is Patchable

Generated using TypeDoc