solana-go/rpc
Slavomir 63da73acd5 Rename endpoints variables 2021-07-27 17:55:40 +02:00
..
examples Rename endpoints variables 2021-07-27 17:55:40 +02:00
jsonrpc Use github.com/json-iterator/go instead of encoding/json 2021-07-21 18:05:20 +02:00
ws Rename endpoints variables 2021-07-27 17:55:40 +02:00
client.go Cleanup 2021-07-21 17:07:47 +02:00
client_test.go Fix and cleanup RPC 2021-07-27 16:24:08 +02:00
deprecated.go Refactor GetConfirmedSignaturesForAddress2 2021-07-25 22:57:41 +02:00
endpoints.go Rename endpoints variables 2021-07-27 17:55:40 +02:00
getAccountInfo.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getBalance.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getBlock.go RPC/GetBlock: check provided encoding before sending request. 2021-07-25 22:04:49 +02:00
getBlockCommitment.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getBlockHeight.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getBlockProduction.go Fix comments, params of getBlockProduction, getLeaderSchedule 2021-07-25 22:31:30 +02:00
getBlockTime.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getBlocks.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getBlocksWithLimit.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getClusterNodes.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getEpochInfo.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getEpochSchedule.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getFeeCalculatorForBlockhash.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getFeeRateGovernor.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getFees.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getFirstAvailableBlock.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getGenesisHash.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getHealth.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getIdentity.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getInflationGovernor.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getInflationRate.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getInflationReward.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getLargestAccounts.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getLeaderSchedule.go Fix comments, params of getBlockProduction, getLeaderSchedule 2021-07-25 22:31:30 +02:00
getMaxRetransmitSlot.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getMaxShredInsertSlot.go Fix and cleanup RPC 2021-07-27 16:24:08 +02:00
getMinimumBalanceForRentExemption.go Fix and cleanup RPC 2021-07-27 16:24:08 +02:00
getMultipleAccounts.go Fix and cleanup RPC 2021-07-27 16:24:08 +02:00
getProgramAccounts.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getRecentBlockhash.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getRecentPerformanceSamples.go Fix and cleanup RPC 2021-07-27 16:24:08 +02:00
getSignatureStatuses.go Fix and cleanup RPC 2021-07-27 16:24:08 +02:00
getSignaturesForAddress.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getSlot.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getSlotLeader.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getSlotLeaders.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getSnapshotSlot.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getStakeActivation.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getSupply.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getTokenAccountBalance.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getTokenAccountsByDelegate.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getTokenAccountsByOwner.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getTokenLargestAccounts.go Fix and cleanup RPC 2021-07-27 16:24:08 +02:00
getTokenSupply.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getTransaction.go Fix var name 2021-07-27 17:03:38 +02:00
getTransactionCount.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getVersion.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
getVoteAccounts.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
json.go Use github.com/json-iterator/go instead of encoding/json 2021-07-21 18:05:20 +02:00
logging.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
minimumLedgerSlot.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
requestAirdrop.go Fix and cleanup RPC 2021-07-27 16:24:08 +02:00
rpc_test.go Use github.com/json-iterator/go instead of encoding/json 2021-07-21 18:05:20 +02:00
sendTransaction.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
simulateTransaction.go Refactor HTTP clients 2021-07-20 21:29:06 +02:00
types.go Refactor GetConfirmedSignaturesForAddress2 2021-07-25 22:57:41 +02:00
types_test.go Use github.com/json-iterator/go instead of encoding/json 2021-07-21 18:05:20 +02:00