Deploy

The Block stream provides updates about newly executed deploys

GET /deploys

Optional properties

None

Query params

Property
Type
Description

contract_package_hash

string

Comma-separated list of contract package hashes

contract_hash

string

Comma-separated list of contract hashes

caller_public_key

string

Comma-separated list of deploy caller public keys

contract_entrypoint_id

string

Comma-separated list of uint entrypoint ids

deploy_hash

string

Comma-separated list of deploy hashes

Events

Event
Description

created

Notifies about a newly executed deploy

Response

WebSocketMessage<Deploy>

Example

Last updated