CovenantBinding (Class)¶
Binds a transaction output to the covenant and input authorizing its creation.
authorizing_input
property
writable
¶
The index of the transaction input authorizing the covenant.
__new__
¶
__new__(authorizing_input: int, covenant_id: Hash) -> CovenantBinding
Create a new CovenantBinding.
| PARAMETER | DESCRIPTION |
|---|---|
authorizing_input
|
The index of the transaction input authorizing the covenant.
TYPE:
|
covenant_id
|
The covenant id the output is bound to.
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
CovenantBinding
|
A new CovenantBinding instance.
TYPE:
|
__repr__
¶
The detailed string representation.
| RETURNS | DESCRIPTION |
|---|---|
str
|
The CovenantBinding as a repr string.
TYPE:
|