Type Aliases
BlockNumber
BlockNumber: string
BytesOpt
Bytes
Opt
: Bytes | undefinedDepType
DepType: "code" | "depGroup"
Difficulty
Difficulty: string
EpochInHeader
EpochInHeader: string
EpochNumberWithFraction
EpochNumberWithFraction: string
FeeRateStats
FeeRateStats: { mean: string; median: string }
Type declaration
mean: string
median: string
JsonBytes
JsonBytes: string
OutputsValidator
OutputsValidator: "default" | "passthrough" | undefined
ProposalShortId
ProposalShortId: string
ProposalWindow
Proposal
Window
: Record<"closest" | "farthest", BlockNumber>RationalU256
RationalU256: Record<"denom" | "numer", string>
ScriptHashType
ScriptHashType: "data" | "type" | "data1" | "data2"
Timestamp
Timestamp: string
TransactionTrace
Transaction
Trace
: { action
: string; info
: string; time
: Timestamp }[]TxPoolIds
Tx
Pool
Ids
: Record<"pending" | "proposed", Hash256[]>
https://github.com/nervosnetwork/ckb/blob/develop/protocol/src/protocol.fbs for more infGomation