Home
Reference
Source
C
Account
C
BpfLoader
C
BudgetProgram
C
Connection
C
Loader
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
GetConfirmedBlockRpcResult
V
LAMPORTS_PER_SOL
V
NONCE_ACCOUNT_LENGTH
V
STAKE_CONFIG_ID
V
STAKE_INSTRUCTION_LAYOUTS
V
StakeAuthorizationLayout
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
AccountInfo
T
Commitment
T
ConfirmedBlock
T
ContactInfo
T
Context
T
EpochInfo
T
EpochSchedule
T
Inflation
T
KeyedAccountInfo
T
RpcResponseAndContext
T
SignatureStatus
T
SignatureSuccess
T
SlotInfo
T
TransactionError
T
Version
T
VoteAccountInfo
T
VoteAccountStatus
T
FeeCalculator
T
InstructionType
T
AuthorizeStakeParams
T
CreateStakeAccountParams
T
CreateStakeAccountWithSeedParams
T
DeactivateStakeParams
T
DelegateStakeParams
T
InitializeStakeParams
T
SplitStakeParams
T
StakeAuthorizationType
T
StakeInstructionType
T
WithdrawStakeParams
T
AdvanceNonceParams
T
AssignParams
T
AssignParams
T
AuthorizeNonceParams
T
CreateAccountParams
T
CreateAccountWithSeedParams
T
InitializeNonceParams
T
SystemInstructionType
T
TransferParams
T
WithdrawNonceParams
T
NonceInformation
T
TransactionCtorFields
T
TransactionInstructionCtorFields
T
TransactionSignature
T
Info
util
F
clusterApiUrl
F
sendAndConfirmRawTransaction
F
sendAndConfirmRecentTransaction
F
sendAndConfirmTransaction
F
decodeLength
F
encodeLength
F
sleep
F
toBuffer
src/blockhash.js
// @flow /** * @typedef {string} Blockhash */ export type Blockhash = string;