solana-go/rpc
Slavomir 2e95c01d4c RPC: each method has its own file 2021-07-07 14:29:22 +02:00
..
ws Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
client.go RPC: each method has its own file 2021-07-07 14:29:22 +02:00
client_test.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
deprecated.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getAccountInfo.go RPC: each method has its own file 2021-07-07 14:29:22 +02:00
getBalance.go RPC: each method has its own file 2021-07-07 14:29:22 +02:00
getBlock.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getBlockCommitment.go Add RPC/getBlockCommitment 2021-07-01 13:04:36 +02:00
getBlockHeight.go Add RPC/getBlockHeight 2021-07-01 12:15:27 +02:00
getBlockProduction.go Add RPC/getBlockProduction 2021-07-01 12:55:54 +02:00
getBlockTime.go RPC/GetBlockTime: more comments 2021-07-01 13:33:54 +02:00
getBlocks.go Add RPC/getBlocksWithLimit 2021-07-01 13:27:39 +02:00
getBlocksWithLimit.go Add RPC/getBlocksWithLimit 2021-07-01 13:27:39 +02:00
getClusterNodes.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getEpochInfo.go Add RPC/getEpochInfo 2021-07-01 14:29:35 +02:00
getEpochSchedule.go Simplify code 2021-07-01 16:44:07 +02:00
getFeeCalculatorForBlockhash.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getFeeRateGovernor.go Simplify code 2021-07-01 16:44:07 +02:00
getFees.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getFirstAvailableBlock.go Remove debug 2021-07-01 15:56:32 +02:00
getGenesisHash.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getHealth.go Add RPC/getHealth 2021-07-01 16:00:31 +02:00
getIdentity.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getInflationGovernor.go Add RPC/getInflationGovernor 2021-07-01 16:08:32 +02:00
getInflationRate.go Add RPC/getInflationRate 2021-07-01 16:12:19 +02:00
getInflationReward.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getLargestAccounts.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getLeaderSchedule.go Add missing checks 2021-07-01 17:58:38 +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 RPC: each method has its own file 2021-07-07 14:29:22 +02:00
getMultipleAccounts.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getProgramAccounts.go RPC: each method has its own file 2021-07-07 14:29:22 +02:00
getRecentBlockhash.go RPC: each method has its own file 2021-07-07 14:29:22 +02:00
getRecentPerformanceSamples.go Add RPC/getRecentPerformanceSamples 2021-07-01 18:38:02 +02:00
getSignatureStatuses.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getSignaturesForAddress.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getSlot.go RPC: each method has its own file 2021-07-07 14:29:22 +02:00
getSlotLeader.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getSlotLeaders.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getSnapshotSlot.go Add RPC/getSnapshotSlot 2021-07-01 18:42:15 +02:00
getStakeActivation.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getSupply.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getTokenAccountBalance.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getTokenAccountsByDelegate.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getTokenAccountsByOwner.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getTokenLargestAccounts.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getTokenSupply.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getTransaction.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getTransactionCount.go Add RPC/getTransactionCount 2021-07-02 14:24:14 +02:00
getVersion.go Add RPC/getVersion 2021-07-02 14:27:49 +02:00
getVoteAccounts.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +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 Add RPC/minimumLedgerSlot 2021-07-02 15:02:24 +02:00
requestAirdrop.go RPC: each method has its own file 2021-07-07 14:29:22 +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 RPC: each method has its own file 2021-07-07 14:29:22 +02:00
simulateTransaction.go RPC: each method has its own file 2021-07-07 14:29:22 +02:00
types.go RPC: each method has its own file 2021-07-07 14:29:22 +02:00