Home
Reference
Source
C
Account
C
BpfLoader
C
BudgetProgram
C
Connection
C
Loader
C
PublicKey
C
SystemProgram
C
Token
C
TokenAmount
C
Transaction
C
TransactionInstruction
C
ValidatorInfo
F
publicKey
F
rustString
F
uint64
V
SYSTEM_TOKEN_PROGRAM_ID
V
PACKET_DATA_SIZE
T
Blockhhash
T
BudgetCondition
T
Payment
T
SignatureCondition
T
TimestampCondition
T
AccountInfo
T
ContactInfo
T
KeyedAccountInfo
T
SignatureSuccess
T
TransactionError
T
VoteAccountInfo
T
FeeCalculator
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;