Home
Reference
Source
C
Account
C
BpfLoader
C
BudgetProgram
C
Connection
C
Loader
C
NativeLoader
C
PublicKey
C
SystemProgram
C
Token
C
TokenAmount
C
Transaction
C
TransactionInstruction
F
publicKey
F
rustString
F
uint64
V
DEFAULT_SLOTS_PER_EPOCH
V
DEFAULT_TICKS_PER_SLOT
V
NUM_TICKS_PER_SECOND
V
SYSTEM_TOKEN_PROGRAM_ID
V
PACKET_DATA_SIZE
T
Blockhhash
T
BudgetCondition
T
Payment
T
SignatureCondition
T
TimestampCondition
T
AccountInfo
T
KeyedAccountInfo
T
SignatureStatus
T
TransactionCtorFields
T
TransactionInstructionCtorFields
T
TransactionSignature
util
F
sendAndConfirmRawTransaction
F
sendAndConfirmTransaction
F
decodeLength
F
encodeLength
F
sleep
F
testnetChannelEndpoint
src/blockhash.js
// @flow /** * @typedef {string} Blockhhash */ export type Blockhash = string;