Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CellOutput ¶ added in v0.101.1
type ExtraFilterType ¶ added in v0.101.1
type ExtraFilterType string
const ( ExtraFilterDao ExtraFilterType = "Dao" ExtraFilterCellBase = "CellBase" )
type Ownership ¶ added in v0.101.1
type Ownership struct { Type OwnershipType `json:"type"` Value string `json:"value"` }
type OwnershipType ¶ added in v0.101.1
type OwnershipType string
const ( OwnershipAddress OwnershipType = "Address" OwnershipLockhash = "LockHash" )
type Transaction ¶ added in v0.101.1
type Transaction struct { Version hexutil.Uint `json:"version"` Hash types.Hash `json:"hash"` CellDeps []CellDep `json:"cell_deps"` HeaderDeps []types.Hash `json:"header_deps"` Inputs []CellInput `json:"inputs"` Outputs []CellOutput `json:"outputs"` OutputsData []hexutil.Bytes `json:"outputs_data"` Witnesses []hexutil.Bytes `json:"witnesses"` }
type TransactionWithRichStatus ¶ added in v0.101.1
type TransactionWithRichStatus struct { Transaction Transaction `json:"transaction"` TxStatus TxRichStatus `json:"tx_status"` }
type TxRichStatus ¶ added in v0.101.1
type TxRichStatus struct { Status types.TransactionStatus `json:"status"` BlockHash string `json:"block_hash"` Reason string `json:"reason"` Timestamp uint64 `json:"timestamp"` }
Click to show internal directories.
Click to hide internal directories.