Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomChainContext ¶ added in v0.12.0
type CustomChainContext struct {
Base.ChainContext
}
CustomChainContext allows Apollo to lookup script ref UTxOs from our storage
func NewCustomChainContext ¶ added in v0.12.0
func NewCustomChainContext() CustomChainContext
func (CustomChainContext) GetUtxoFromRef ¶ added in v0.12.0
func (c CustomChainContext) GetUtxoFromRef( txHash string, txIndex int, ) *UTxO.UTxO
Click to show internal directories.
Click to hide internal directories.