Available on crate feature
ckb-types
only.Structs§
- Query
Iter - QueryIter
Constants§
- BUF_
SIZE - Default buffer size, it is used to load data from syscall. The default value is set to 256, which will be enough for most cases:
Functions§
- decode_
hex - encode_
hex - exec_
cell - Exec a cell in cell dep.
- find_
cell_ by_ data_ hash - Find cell by data_hash
- inherited_
fds - Get inherited file descriptors.
- load_
cell - Load cell
- load_
cell_ capacity - Load cell capacity
- load_
cell_ data - Load cell data
- load_
cell_ data_ hash - Load cell data hash
- load_
cell_ lock - Load cell lock
- load_
cell_ lock_ hash - Load cell lock hash
- load_
cell_ occupied_ capacity - Load cell occupied capacity
- load_
cell_ type - Load cell type
- load_
cell_ type_ hash - Load cell type hash
- load_
header - Load header
- load_
header_ epoch_ length - Load header epoch length
- load_
header_ epoch_ number - Arguments
- load_
header_ epoch_ start_ block_ number - Load header epoch start block number
- load_
input - Load input
- load_
input_ out_ point - Load input out point
- load_
input_ since - Load input since
- load_
script - Load script
- load_
script_ hash - Load script hash
- load_
transaction - Load transaction
- load_
tx_ hash - Load tx hash
- load_
witness - Load witness
- load_
witness_ args - Load witness args
- look_
for_ dep_ with_ data_ hash - look_
for_ dep_ with_ hash2 - Look for a dep cell with specific code hash, code_hash should be a buffer with 32 bytes.
- spawn_
cell - Spawn a cell in cell dep.