@arkade-os/sdk Documentation - v0.4.0-next.8
Preparing search index...
ContractEvent
Type Alias ContractEvent
ContractEvent
:
|
{
contract
:
Contract
;
contractScript
:
string
;
timestamp
:
number
;
type
:
"vtxo_received"
;
vtxos
:
ContractVtxo
[]
;
}
|
{
contract
:
Contract
;
contractScript
:
string
;
timestamp
:
number
;
type
:
"vtxo_spent"
;
vtxos
:
ContractVtxo
[]
;
}
|
{
contract
:
Contract
;
contractScript
:
string
;
timestamp
:
number
;
type
:
"contract_expired"
;
}
|
{
timestamp
:
number
;
type
:
"connection_reset"
}
Event emitted when contract-related changes occur.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@arkade-os/sdk Documentation - v0.4.0-next.8
Loading...
Event emitted when contract-related changes occur.