object LocalStandaloneNetwork extends StandaloneNetwork
A network that represents the stand-alone docker image for Horizon & core, on the default docker port of 8000.
- Alphabetic
- By Inheritance
- LocalStandaloneNetwork
- StandaloneNetwork
- Serializable
- Product
- Equals
- FriendBot
- Network
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def account(pubKey: PublicKeyOps)(implicit ec: ExecutionContext): Future[AccountResponse]
Fetch details regarding the account identified by
pubKey
.Fetch details regarding the account identified by
pubKey
.- pubKey
the relevant account
- Definition Classes
- Network
- See also
- def accountData(pubKey: PublicKeyOps, dataKey: String)(implicit ec: ExecutionContext): Future[Array[Byte]]
Fetch value for single data field associated with an account.
Fetch value for single data field associated with an account.
- pubKey
the relevant account
- dataKey
the key for the data field
- Definition Classes
- Network
- See also
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assets(code: Option[String] = None, issuer: Option[PublicKeyOps] = None, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ec: ExecutionContext): Future[LazyList[AssetResponse]]
Fetch a stream of assets, optionally filtered by code, issuer or neither
Fetch a stream of assets, optionally filtered by code, issuer or neither
- code
optional code to filter by (defaults to
None
)- issuer
optional issuer account to filter by (defaults to
None
)- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- val base: HttpUrl
- Definition Classes
- StandaloneNetwork
- def claim(id: ClaimableBalanceId)(implicit ex: ExecutionContext): Future[ClaimableBalance]
Fetch a single claimable balance by its id.
Fetch a single claimable balance by its id.
- Definition Classes
- Network
- def claimsByAsset(asset: Asset)(implicit ex: ExecutionContext): Future[Seq[ClaimableBalance]]
Fetch a list of claimable balances for an assest.
Fetch a list of claimable balances for an assest.
- asset
The asset to be claimed.
- Definition Classes
- Network
- def claimsByClaimant(claimant: PublicKeyOps)(implicit ex: ExecutionContext): Future[Seq[ClaimableBalance]]
Fetch a list of claimable balances for a claimant account.
Fetch a list of claimable balances for a claimant account.
- claimant
The account that can claim the balances.
- Definition Classes
- Network
- def claimsBySponsor(sponsor: PublicKeyOps)(implicit ex: ExecutionContext): Future[Seq[ClaimableBalance]]
Fetch a list of claimable balances for a sponsoring account.
Fetch a list of claimable balances for a sponsoring account.
- sponsor
the account that is sponsoring this balance.
- Definition Classes
- Network
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def effects(cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ec: ExecutionContext): Future[LazyList[EffectResponse]]
Fetch a stream of effects.
Fetch a stream of effects.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def effectsByAccount(account: PublicKeyOps, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ec: ExecutionContext): Future[LazyList[EffectResponse]]
Fetch a stream of effects for a given account.
Fetch a stream of effects for a given account.
- account
the relevant account
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def effectsByLedger(ledgerId: Long, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ec: ExecutionContext): Future[LazyList[EffectResponse]]
Fetch a stream of effects for a given ledger.
Fetch a stream of effects for a given ledger.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def effectsByOperation(operationId: Long, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ec: ExecutionContext): Future[LazyList[EffectResponse]]
Fetch a stream of effects for a given operation.
Fetch a stream of effects for a given operation. param cursor optional record id to start results from (defaults to
0
) param order optional order to sort results by (defaults toAsc
)- Definition Classes
- Network
- See also
- def effectsByTransaction(txnHash: String, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ec: ExecutionContext): Future[LazyList[EffectResponse]]
Fetch a stream of effects for a given transaction hash.
Fetch a stream of effects for a given transaction hash.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def feeStats()(implicit ex: ExecutionContext): Future[FeeStatsResponse]
Returns the fee statistics for the last ledger.
Returns the fee statistics for the last ledger.
- Definition Classes
- Network
- See also
- def fund(pk: PublicKeyOps)(implicit ec: ExecutionContext): Future[TransactionPostResponse]
- Definition Classes
- FriendBot
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val horizon: HorizonAccess
- Definition Classes
- StandaloneNetwork → FriendBot → Network
- def info()(implicit ec: ExecutionContext): Future[NetworkInfo]
Fetches information on the Horizon and Core version underlying this network.
Fetches information on the Horizon and Core version underlying this network.
- Definition Classes
- Network
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def ledger(ledgerId: Long)(implicit ex: ExecutionContext): Future[LedgerResponse]
Fetch details of a ledger by its id
Fetch details of a ledger by its id
- Definition Classes
- Network
- See also
- def ledgers(cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ec: ExecutionContext): Future[LazyList[LedgerResponse]]
Fetch a stream of details about ledgers.
Fetch a stream of details about ledgers.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- lazy val masterAccount: KeyPair
The keypair for the master account for this network
The keypair for the master account for this network
- Definition Classes
- Network
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val networkId: Array[Byte]
- Definition Classes
- Network
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def offers(sponsor: Option[PublicKeyOps] = None, account: Option[PublicKeyOps] = None, selling: Option[Asset] = None, buying: Option[Asset] = None, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[OfferResponse]]
Fetch a stream of offers.
Fetch a stream of offers.
- sponsor
optional account of the sponsor who is paying the reserves for the offer
- account
optional account making the offer
- selling
optional asset being sold
- buying
optional asset being bought
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def offersByAccount(account: PublicKeyOps, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[OfferResponse]]
Fetch a stream of offers for an account.
Fetch a stream of offers for an account.
- account
the relevant account
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def operation(operationId: Long)(implicit ex: ExecutionContext): Future[Transacted[Operation]]
Fetch operation details by its id
Fetch operation details by its id
- Definition Classes
- Network
- See also
- def operations(cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Transacted[Operation]]]
Fetch a stream of operations.
Fetch a stream of operations.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def operationsByAccount(pubKey: PublicKeyOps, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Transacted[Operation]]]
Fetch a stream of operations, filtered by account.
Fetch a stream of operations, filtered by account.
- pubKey
the relevant account
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def operationsByClaim(id: ClaimableBalanceId, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Transacted[Operation]]]
Fetch a stream of operations, filtered by claimable balance id.
Fetch a stream of operations, filtered by claimable balance id.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def operationsByLedger(ledgerId: Long, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Transacted[Operation]]]
Fetch a stream of operations, filtered by ledger id.
Fetch a stream of operations, filtered by ledger id.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def operationsByTransaction(txnHash: String, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Transacted[Operation]]]
Fetch a stream of operations, filtered by transaction hash.
Fetch a stream of operations, filtered by transaction hash.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def orderBook(selling: Asset, buying: Asset, limit: Int = 20)(implicit ex: ExecutionContext): Future[OrderBook]
Fetch details of the current orderbook for the given asset pairs.
Fetch details of the current orderbook for the given asset pairs.
- selling
the asset being offered
- buying
the asset being sought
- limit
the maximum quantity of offers to return, should the order book depth exceed this value.
- Definition Classes
- Network
- See also
- val passphrase: String
- Definition Classes
- StandaloneNetwork → Network
- def paths(from: PublicKeyOps, to: PublicKeyOps, amount: Amount)(implicit ex: ExecutionContext): Future[Seq[PaymentPath]]
Fetch a stream of payment paths that realise a payment of the requested destination amount, from the specified account.
Fetch a stream of payment paths that realise a payment of the requested destination amount, from the specified account.
- from
the account that wishes to make the payment
- to
the recipient account
- amount
the desired payment amount
- Definition Classes
- Network
- See also
- def payments(cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Transacted[PayOperation]]]
Fetch a stream of payment operations.
Fetch a stream of payment operations.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def paymentsByAccount(pubKey: PublicKeyOps, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Transacted[PayOperation]]]
Fetch a stream of payment operations filtered by account.
Fetch a stream of payment operations filtered by account.
- pubKey
the relevant account
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def paymentsByLedger(ledgerId: Long, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Transacted[PayOperation]]]
Fetch a stream of payment operations filtered by ledger id.
Fetch a stream of payment operations filtered by ledger id.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def paymentsByTransaction(txnHash: String, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Transacted[PayOperation]]]
Fetch a stream of payment operations filtered by transaction hash.
Fetch a stream of payment operations filtered by transaction hash.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def submit(txn: SignedTransaction)(implicit ec: ExecutionContext): Future[TransactionPostResponse]
Submit the SignedTransaction to the network and eventually receive a TransactionPostResp with the results.
Submit the SignedTransaction to the network and eventually receive a TransactionPostResp with the results.
- Definition Classes
- Network
- See also
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tradeAggregations(start: Instant, end: Instant, resolution: Resolution, offsetHours: Int, base: Asset, counter: Asset, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[TradeAggregation]]
Fetch trade history aggregations in a time period, for a given resolution and asset pair.
Fetch trade history aggregations in a time period, for a given resolution and asset pair.
- start
the start of the time period
- end
the end of the time period
- resolution
the resolution for reporting trading activity
- offsetHours
an offset to apply to the start of aggregated periods, between 0-23.
- base
the base asset
- counter
the counter/quote asset
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def trades(cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Trade]]
Fetch a stream of trades
Fetch a stream of trades
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def tradesByOfferId(offerId: Long, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Trade]]
Fetch a stream of trades filtered by offer id
Fetch a stream of trades filtered by offer id
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def tradesByOrderBook(base: Asset, counter: Asset, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[Trade]]
Fetch a stream of trades filtered by orderbook
Fetch a stream of trades filtered by orderbook
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def transaction(transactionId: String)(implicit ex: ExecutionContext): Future[TransactionHistory]
Fetch information on a single transaction.
Fetch information on a single transaction.
- transactionId
transaction to fetch
- Definition Classes
- Network
- See also
- def transactions(cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[TransactionHistory]]
Fetch a stream of historical transactions from the cursor.
Fetch a stream of historical transactions from the cursor.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def transactionsByAccount(pubKey: PublicKeyOps, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[TransactionHistory]]
Fetch a stream of transactions affecting a given account.
Fetch a stream of transactions affecting a given account.
- pubKey
the relevant account
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def transactionsByClaim(id: ClaimableBalanceId, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[TransactionHistory]]
Fetch a stream of transactions, filtered by claimable balance id.
Fetch a stream of transactions, filtered by claimable balance id.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- def transactionsByLedger(sequenceId: Long, cursor: HorizonCursor = Record(0), order: HorizonOrder = Asc)(implicit ex: ExecutionContext): Future[LazyList[TransactionHistory]]
Fetch a stream of transactions for a given ledger.
Fetch a stream of transactions for a given ledger.
- cursor
optional record id to start results from (defaults to
0
)- order
optional order to sort results by (defaults to
Asc
)
- Definition Classes
- Network
- See also
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated