Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CellOutput ¶
type NewTransactionSubscriptionParams ¶
type NewTransactionSubscriptionParams struct {
Result string `json:"result"`
}
type NewTransactionSubscriptionResponse ¶
type NewTransactionSubscriptionResponse struct { JsonRPC string `json:"jsonrpc"` Method string `json:"method"` Params NewTransactionSubscriptionParams `json:"params"` }
type PoolTransactionEntry ¶
type PoolTransactionEntry struct { CellDeps []CellDep `json:"cell_deps"` Hash ckbTypes.Hash `json:"hash"` HeaderDeps []ckbTypes.Hash `json:"header_deps"` Inputs []CellInput `json:"inputs"` Outputs []CellOutput `json:"outputs"` OutputsData []hexutil.Bytes `json:"outputs_data"` Version hexutil.Uint `json:"version"` Witnesses []hexutil.Bytes `json:"witnesses"` Fee hexutil.Uint64 `json:"fee"` Cycles hexutil.Uint64 `json:"cycles"` Size hexutil.Uint64 `json:"size"` }
func (PoolTransactionEntry) ToPoolTransactionEntryModel ¶
func (t PoolTransactionEntry) ToPoolTransactionEntryModel() (model.PoolTransactionEntry, error)
Click to show internal directories.
Click to hide internal directories.