Versions in this module Expand all Collapse all v0 v0.1.0 Nov 4, 2020 Changes in this version + type CellDep struct + DepType ckbTypes.DepType + OutPoint OutPoint + type CellInput struct + PreviousOutput OutPoint + Since hexutil.Uint64 + type CellOutput struct + Capacity hexutil.Uint64 + Lock *Script + Type *Script + type NewTransactionSubscriptionParams struct + Result string + type NewTransactionSubscriptionResponse struct + JsonRPC string + Method string + Params NewTransactionSubscriptionParams + type NewTransactionSubscriptionResult struct + Cycles hexutil.Uint64 + Fee hexutil.Uint64 + Size hexutil.Uint64 + Transaction PoolTransactionEntry + type OutPoint struct + Index hexutil.Uint + TxHash ckbTypes.Hash + type PoolTransactionEntry struct + CellDeps []CellDep + Cycles hexutil.Uint64 + Fee hexutil.Uint64 + Hash ckbTypes.Hash + HeaderDeps []ckbTypes.Hash + Inputs []CellInput + Outputs []CellOutput + OutputsData []hexutil.Bytes + Size hexutil.Uint64 + Version hexutil.Uint + Witnesses []hexutil.Bytes + func (t PoolTransactionEntry) ToPoolTransactionEntryModel() (model.PoolTransactionEntry, error) + type Script struct + Args hexutil.Bytes + CodeHash ckbTypes.Hash + HashType ckbTypes.ScriptHashType