solana-go/rpc
Slavomir c6e3048063 Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
..
ws Refactor Account data decoding/encoding 2021-07-11 23:49:42 +02:00
client.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
client_test.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
deprecated.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getAccountInfo.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getBalance.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getBlock.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getBlockCommitment.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getBlockHeight.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getBlockProduction.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getBlockTime.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getBlocks.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getBlocksWithLimit.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getClusterNodes.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getEpochInfo.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getEpochSchedule.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getFeeCalculatorForBlockhash.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getFeeRateGovernor.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getFees.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getFirstAvailableBlock.go Remove debug 2021-07-01 15:56:32 +02:00
getGenesisHash.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getHealth.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getIdentity.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getInflationGovernor.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getInflationRate.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getInflationReward.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getLargestAccounts.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getLeaderSchedule.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getMaxRetransmitSlot.go Add RPC/getMaxRetransmitSlot 2021-07-01 17:21:12 +02:00
getMaxShredInsertSlot.go Add RPC/getMaxShredInsertSlot 2021-07-01 17:45:09 +02:00
getMinimumBalanceForRentExemption.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getMultipleAccounts.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getProgramAccounts.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getRecentBlockhash.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getRecentPerformanceSamples.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getSignatureStatuses.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getSignaturesForAddress.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getSlot.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getSlotLeader.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getSlotLeaders.go Use uint64 2021-07-09 17:56:15 +02:00
getSnapshotSlot.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getStakeActivation.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getSupply.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getTokenAccountBalance.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getTokenAccountsByDelegate.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getTokenAccountsByOwner.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getTokenLargestAccounts.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getTokenSupply.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getTransaction.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getTransactionCount.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getVersion.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
getVoteAccounts.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +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 and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
requestAirdrop.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
rpc_test.go Refactoring around Transaction, fixed all tests, skip WS tests for now 2020-12-16 15:34:07 -05:00
sendTransaction.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
simulateTransaction.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00
types.go Refactor and cleanup comments, parameters, methods 2021-07-19 21:57:25 +02:00