solana-go/rpc
gagliardetto 5e4cca32df Add clusters 2022-02-12 17:26:04 +01:00
..
examples Merge pull request #27 from martelev/feat/get_supply_with_opts 2022-01-05 16:31:55 +02:00
jsonrpc fix: Handle client.newRequest returning nil request 2021-12-29 17:59:17 +09:00
sendAndConfirmTransaction Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
ws WS: add defer ws client close 2021-10-23 13:04:01 +02:00
client.go Add changes notice 2021-10-07 19:28:16 +02:00
client_test.go BlickTime is always solana.UnixTimeSeconds 2022-02-07 16:47:10 +01:00
deprecated.go Add changes notice 2021-10-07 19:28:16 +02:00
endpoints.go Add clusters 2022-02-12 17:26:04 +01:00
errors.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getAccountInfo.go GetAccountInfoWithOpts: add default encoding; closes #31 2022-01-05 15:40:16 +01:00
getBalance.go Add changes notice 2021-10-07 19:28:16 +02:00
getBlock.go BlickTime is always solana.UnixTimeSeconds 2022-02-07 16:47:10 +01:00
getBlockCommitment.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getBlockHeight.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getBlockProduction.go fix other params 2021-10-20 17:10:32 +02:00
getBlockTime.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getBlocks.go Reference types don't need pointers 2022-02-09 00:22:39 +01:00
getBlocksWithLimit.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getClusterNodes.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getEpochInfo.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getEpochSchedule.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getFeeCalculatorForBlockhash.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getFeeRateGovernor.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getFees.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getFirstAvailableBlock.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getGenesisHash.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getHealth.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getIdentity.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getInflationGovernor.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getInflationRate.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getInflationReward.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getLargestAccounts.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getLeaderSchedule.go Reference types don't need pointers 2022-02-09 00:22:39 +01:00
getMaxRetransmitSlot.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getMaxShredInsertSlot.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getMinimumBalanceForRentExemption.go Add changes notice 2021-10-07 19:28:16 +02:00
getMultipleAccounts.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getProgramAccounts.go Add changes notice 2021-10-07 19:28:16 +02:00
getRecentBlockhash.go Add changes notice 2021-10-07 19:28:16 +02:00
getRecentPerformanceSamples.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getSignatureStatuses.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getSignaturesForAddress.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getSlot.go Add changes notice 2021-10-07 19:28:16 +02:00
getSlotLeader.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getSlotLeaders.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getSnapshotSlot.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getStakeActivation.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getSupply.go Apply suggestions from code review 2022-01-05 16:20:57 +02:00
getTokenAccountBalance.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getTokenAccountsByDelegate.go RPC: add default encoding to `getTokenAccountsByOwner` and `getTokenAccountsByOwner` 2021-10-23 13:01:59 +02:00
getTokenAccountsByOwner.go RPC: add default encoding to `getTokenAccountsByOwner` and `getTokenAccountsByOwner` 2021-10-23 13:01:59 +02:00
getTokenLargestAccounts.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getTokenSupply.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getTransaction.go Add binary decoder/encoder methods (borsh) 2022-02-07 16:48:57 +01:00
getTransactionCount.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getVersion.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
getVoteAccounts.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
isBlockhashValid.go adds comment for IsBlockhashValid that it's not yet supported 2021-12-24 10:17:31 -05:00
json.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
logging.go Add changes notice 2021-10-07 19:28:16 +02:00
minimumLedgerSlot.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
requestAirdrop.go Add changes notice 2021-10-07 19:28:16 +02:00
rpc_test.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00
sendEncodedTransaction.go Fix tests and add SendRawTransactionWithOpts 2021-11-04 14:10:35 -03:00
sendRawTransaction.go Fix tests and add SendRawTransactionWithOpts 2021-11-04 14:10:35 -03:00
sendTransaction.go Implement SendRawTransaction and SendEncodedTransaction 2021-10-28 23:38:49 -03:00
simulateTransaction.go Add changes notice 2021-10-07 19:28:16 +02:00
types.go Add binary decoder/encoder methods (borsh) 2022-02-07 16:48:57 +01:00
types_test.go Add/update license/copyright headers inside files. 2021-10-07 19:54:11 +02:00