package
0.9.5
Repository: https://github.com/stellar/soroban-tools.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewGetEventsHandler returns a json rpc handler to fetch and filter events.
NewGetLatestLedgerHandler returns a JSON RPC handler to retrieve the latest ledger entry from Stellar core.
NewGetLedgerEntriesHandler returns a JSON RPC handler to retrieve the specified ledger entries from Stellar Core.
NewGetLedgerEntryHandler returns a json rpc handler to retrieve the specified ledger entry from stellar core Deprecated.
NewGetNetworkHandler returns a json rpc handler to for the getNetwork method.
NewGetTransactionHandler returns a get transaction json rpc handler.
NewHealthCheck returns a health check json rpc handler.
NewSendTransactionHandler returns a submit transaction json rpc handler.
NewSimulateTransactionHandler returns a json rpc handler to run preflight simulations.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
TransactionStatusFailed indicates the transaction was included in the ledger and it was executed with an error.
TransactionStatusNotFound indicates the transaction was not found in Soroban-RPC's transaction store.
TransactionStatusSuccess indicates the transaction was included in the ledger and it was executed without errors.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Deprecated.
Deprecated.
No description provided by the author
No description provided by the author
No description provided by the author
GetTransactionResponse is the response for the Soroban-RPC getTransaction() endpoint.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SendTransactionRequest is the Soroban-RPC request to submit a transaction.
SendTransactionResponse represents the transaction submission response returned Soroban-RPC.
SimulateHostFunctionResult contains the simulation result of each HostFunction within the single InvokeHostFunctionOp allowed in a Transaction.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

LatestLedgerStore is a store which returns the latest ingested ledger.
No description provided by the author

# Type aliases

No description provided by the author