Search…
Briefly
PARSIQ Platform
Core Platform Features
ParsiQL
Code samples
On-Chain Streams
Native Streams
Ethereum
Binance Smart Chain
Solana
Bitcoin
Algorand
DASH
Huobi Eco Chain
Polygon
Casper
Special Streams
User Defined Streams
External Data Providers
Utility
API
Tutorials
Webhooks
Testing your Smart Trigger
Powered By
GitBook
Casper
Casper Deploys
casperDeploys
Stream represents all possible deploys on Casper Blockchain.
Details
1
{
2
account: address'cspr',
3
datetime: string,
4
unixTimestamp: integer,
5
ttl: string,
6
gasPrice: integer,
7
executionResults: {
8
value: {
9
blockHash: string,
10
result: string
11
}
12
},
13
block: {
14
hash: string,
15
parentHash: string,
16
height: integer,
17
datetime: string,
18
unixTimestamp: integer
19
}
20
}
Copied!
Code Sample
1
stream _
2
from CasperDeploys
3
where @account == CSPR.address("address")
4
​
5
process
6
emit {...}
7
end
Copied!
Previous
Polygon
Next
Special Streams
Last modified
5mo ago
Copy link
Contents
Casper Deploys
Code Sample