Home
Reference
Source
C
Account
C
BpfLoader
C
BudgetProgram
C
Connection
C
Loader
C
Message
C
NonceAccount
C
PublicKey
C
Authorized
C
Lockup
C
StakeInstruction
C
StakeProgram
C
SystemInstruction
C
SystemProgram
C
Transaction
C
TransactionInstruction
C
ValidatorInfo
C
VoteAccount
F
decodeData
F
encodeData
F
authorized
F
getAlloc
F
lockup
F
publicKey
F
rustString
F
uint64
V
BLOCKHASH_CACHE_TIMEOUT_MS
V
GetConfirmedBlockRpcResult
V
LAMPORTS_PER_SOL
V
NONCE_ACCOUNT_LENGTH
V
STAKE_CONFIG_ID
V
STAKE_INSTRUCTION_LAYOUTS
V
StakeAuthorizationLayout
V
SYSTEM_INSTRUCTION_LAYOUTS
V
SYSVAR_CLOCK_PUBKEY
V
SYSVAR_RECENT_BLOCKHASHES_PUBKEY
V
SYSVAR_RENT_PUBKEY
V
SYSVAR_REWARDS_PUBKEY
V
SYSVAR_STAKE_HISTORY_PUBKEY
V
PACKET_DATA_SIZE
V
VALIDATOR_INFO_KEY
V
VOTE_PROGRAM_ID
T
Blockhash
T
BudgetCondition
T
Payment
T
SignatureCondition
T
TimestampCondition
T
AccountBalancePair
T
AccountInfo
T
Commitment
T
ConfirmOptions
T
ConfirmedBlock
T
ConfirmedTransaction
T
ConfirmedTransactionMeta
T
ContactInfo
T
Context
T
EpochInfo
T
EpochSchedule
T
GetLargestAccountsConfig
T
InflationGovernor
T
KeyedAccountInfo
T
LargestAccountsFilter
T
LeaderSchedule
T
RpcResponseAndContext
T
SendOptions
T
SignatureResult
T
SignatureStatus
T
SignatureStatusConfig
T
SlotInfo
T
Supply
T
TransactionError
T
Version
T
VoteAccountInfo
T
VoteAccountStatus
T
FeeCalculator
T
InstructionType
T
CompiledInstruction
T
MessageArgs
T
MessageHeader
T
AuthorizeStakeParams
T
CreateStakeAccountParams
T
CreateStakeAccountWithSeedParams
T
DeactivateStakeParams
T
DelegateStakeParams
T
InitializeStakeParams
T
SplitStakeParams
T
StakeAuthorizationType
T
StakeInstructionType
T
WithdrawStakeParams
T
AdvanceNonceParams
T
AllocateParams
T
AllocateWithSeedParams
T
AssignParams
T
AssignWithSeedParams
T
AuthorizeNonceParams
T
CreateAccountParams
T
CreateAccountWithSeedParams
T
CreateNonceAccountParams
T
CreateNonceAccountWithSeedParams
T
InitializeNonceParams
T
SystemInstructionType
T
TransferParams
T
WithdrawNonceParams
T
AccountMeta
T
NonceInformation
T
TransactionCtorFields
T
TransactionInstructionCtorFields
T
TransactionSignature
T
Info
util
F
clusterApiUrl
F
sendAndConfirmRawTransaction
F
sendAndConfirmTransaction
F
decodeLength
F
encodeLength
F
sleep
F
toBuffer
src/blockhash.js
// @flow /** * @typedef {string} Blockhash */ export type Blockhash = string;