Home
Reference
Source
C
Account
C
BpfLoader
C
BudgetProgram
C
Connection
C
Loader
C
PublicKey
C
SystemInstruction
C
SystemProgram
C
Transaction
C
TransactionInstruction
C
ValidatorInfo
C
VoteAccount
F
publicKey
F
rustString
F
uint64
V
SOL_LAMPORTS
V
SYSVAR_RENT_PUBKEY
V
PACKET_DATA_SIZE
V
VALIDATOR_INFO_KEY
V
VOTE_ACCOUNT_KEY
T
Blockhhash
T
BudgetCondition
T
Payment
T
SignatureCondition
T
TimestampCondition
T
AccountInfo
T
ContactInfo
T
Inflation
T
KeyedAccountInfo
T
SignatureSuccess
T
TransactionError
T
VoteAccountInfo
T
VoteAccountStatus
T
FeeCalculator
T
SystemInstructionType
T
TransactionCtorFields
T
TransactionInstructionCtorFields
T
TransactionSignature
T
Info
util
F
sendAndConfirmRawTransaction
F
sendAndConfirmTransaction
F
decodeLength
F
encodeLength
F
sleep
F
testnetChannelEndpoint
src/blockhash.js
// @flow /** * @typedef {string} Blockhhash */ export type Blockhash = string;