Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CKBComponents

Index

Type aliases

AlertMessage

AlertMessage: AlertMessage

BannedAddress

BannedAddress: BannedAddr

BannedAddresses

BannedAddresses: BannedAddress[]

Block

Block: Block

BlockEconomicState

BlockEconomicState: BlockEconomicState

BlockHeader

BlockHeader: Header

BlockNumber

BlockNumber: string

BlockchainInfo

BlockchainInfo: ChainInfo

Bytes

Bytes: string

Capacity

Capacity: string

Cell

CellDep

CellDep: CellDep

CellInput

CellInput: Input

CellOutput

CellOutput: Output

Consensus

Consensus: Consensus

Count

Count: string

Cycles

Cycles: string

DAO

DAO: string

DepType

DepType: "code" | "depGroup"

Difficulty

Difficulty: string

Epoch

Epoch: Epoch

EpochInHeader

EpochInHeader: string

EpochNumberWithFraction

EpochNumberWithFraction: string

GroupedIndexerTransaction

GroupedIndexerTransaction: { blockNumber: BlockNumber; cells: Array<[IOType, Number]>; txHash: Hash256; txIndex: Number }

Type declaration

Hash

Hash: string

Hash256

Hash256: string

HexadecimalRange

HexadecimalRange: [string, string]

IOType

IOType: "input" | "output" | "both"

Index

Index: string

IndexerTransaction

IndexerTransaction<Goruped>: Goruped extends true ? GroupedIndexerTransaction : UngroupedIndexerTransaction

Type parameters

  • Goruped: boolean

JsonBytes

JsonBytes: string

LiveCell

LiveCell: LiveCell

LiveCellsByLockHash

LiveCellsByLockHash: LiveCellByLockHash[]

LocalNodeInfo

LocalNodeInfo: LocalNode

LockHashIndexStates

LockHashIndexStates: LockHashIndexState[]

Nonce

Nonce: string

Number

Number: string

Order

Order: "asc" | "desc"

OutPoint

OutPoint: OutPoint

OutputsValidator

OutputsValidator: "default" | "passthrough" | undefined

ProposalShortId

ProposalShortId: string

ProposalWindow

ProposalWindow: Record<"closest" | "farthest", BlockNumber>

QueryOptions

QueryOptions: QueryOptions

RationalU256

RationalU256: Record<"denom" | "numer", string>

RawTransaction

RawTransaction: RawTransaction & { witnesses: Witness[] }

RawTxPool

RawTxPool: api.RawTxPool

RemoteNodeInfo

RemoteNodeInfo: RemoteNode

RunDryResult

RunDryResult: DryRunResult

Script

Script: Script

ScriptHashType

ScriptHashType: "data" | "type" | "data1"

ScriptType

ScriptType: "type" | "lock"

Since

Since: string

Size

Size: string

SyncState

SyncState: SyncState

Timestamp

Timestamp: string

Transaction

Transaction: Required<Transaction>

TransactionProof

TransactionProof: TransactionProof

TransactionTrace

TransactionTrace: { action: string; info: string; time: Timestamp }[]

TransactionWithStatus

TransactionWithStatus: TransactionWithStatus

TransactionsByLockHash

TransactionsByLockHash: TransactionByLockHash[]

TxPoolIds

TxPoolIds: Record<"pending" | "proposed", Array<Hash256>>

TxPoolInfo

TxPoolInfo: TxPoolInfo

TxPoolVerbosity

TxPoolVerbosity: TxPoolVerbosity

TxVerbosity

TxVerbosity: TxVerbosity

UInt32

UInt32: number

UncleBlock

UncleBlock: UncleBlock

UngroupedIndexerTransaction

UngroupedIndexerTransaction: { blockNumber: BlockNumber; ioIndex: Number; ioType: IOType; txHash: Hash256; txIndex: Number }

Type declaration

Version

Version: string

Witness

Witness: Bytes

RPC Units

WitnessArgs

WitnessArgs: WitnessArgs

Generated using TypeDoc