The properties to build the operations.
Function to get the script info.
Optionalcodec?: null | CodecLike<Encodable, Decoded>OptionalcalculateTypeId?: null | ((client: Client, tx: Transaction) => Promise<BytesLike>)Function to calculate the Type ID.
OptionaladdCellDeps?: Function to add cell dependencies.
Create a Type ID cell.
The arguments for creating the cell.
The signer to sign the transaction.
The output data.
Optionalreceiver?: null | ScriptLikeThe receiver script (optional).
Optionaltx?: null | TransactionLikeThe transaction skeleton (optional).
Transfer a Type ID cell.
The arguments for transferring the cell.
The client to communicate with CKB.
The Type ID to transfer.
The new receiver script.
Optionaltx?: null | TransactionLikeThe transaction skeleton (optional).
Optionaldata?: The new output data or a transformer to update the data (optional).
Destroy a Type ID cell.
The arguments for destroying the cell.
The client to communicate with CKB.
The Type ID to destroy.
Optionaltx?: null | TransactionLikeThe transaction skeleton (optional).
Build Type ID operations.