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
encodeData
F
authorized
F
getAlloc
F
lockup
F
publicKey
F
rustString
F
uint64
V
GetConfirmedBlockRpcResult
V
LAMPORTS_PER_SOL
V
STAKE_CONFIG_ID
V
StakeAuthorizationLayout
V
StakeInstructionLayout
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
Blockhhash
T
BudgetCondition
T
Payment
T
SignatureCondition
T
TimestampCondition
T
AccountInfo
T
Commitment
T
ConfirmedBlock
T
ContactInfo
T
EpochInfo
T
EpochSchedule
T
Inflation
T
KeyedAccountInfo
T
SignatureSuccess
T
TransactionError
T
Version
T
VoteAccountInfo
T
VoteAccountStatus
T
FeeCalculator
T
InstructionType
T
StakeAuthorizationType
T
NonceInformation
T
TransactionCtorFields
T
TransactionInstructionCtorFields
T
TransactionSignature
T
Info
util
F
sendAndConfirmRawTransaction
F
sendAndConfirmRecentTransaction
F
sendAndConfirmTransaction
F
decodeLength
F
encodeLength
F
sleep
F
testnetChannelEndpoint
F
toBuffer
src/blockhash.js
// @flow /** * @typedef {string} Blockhhash */ export type Blockhash = string;