4 | This application is using websocket connection available from TAAS (Tezos as a Service).
SignalR
5 | (WebSocket) Connection is available at https://taas-staging.agile-ventures.com/api/negotiate.
You can see
6 | the sample subscribing to all transactions, originations and delegations in a signalr.service.ts file.
7 |
9 | We will offer more subscriptions for real-time push updates based on the address, minimum transacted amount, 10 | etc. 11 |
12 |Level | 26 |{{element.level}} | 27 |Hash | 32 |{{element.hash}} | 33 |Timestamp | 38 |{{element.timestamp | date:'medium'}} | 39 |Validation Pass | 44 |{{element.validation_pass}} | 45 |
---|
Waiting for the new block on Tezos mainnet ...
54 |Source | 68 |{{element.transaction_content.source}} | 69 |Destination | 74 |{{element.transaction_content.destination}} | 75 |Amount | 80 |{{element.transaction_content.amount | amountToTez}} | 81 |Timestamp | 86 |{{element.timestamp | date:'medium'}} | 87 |Block Level | 92 |{{element.block_level}} | 93 |
---|
Waiting for the new transactions on Tezos mainnet ...
102 |Source | 116 |{{element.origination_content.source}} | 117 |Originated | 122 |{{element.origination_content.metadata.operation_result.originated_contracts[0]}} | 123 |Fee | 128 |{{element.origination_content.fee | feeToTez}} | 129 |Timestamp | 134 |{{element.timestamp | date:'medium'}} | 135 |Block Level | 140 |{{element.block_level}} | 141 |
---|
Waiting for the new originations on Tezos mainnet ...
150 |Source | 164 |{{element.delegation_content.source}} | 165 |Delegate | 170 |{{element.delegation_content.delegate}} | 171 |Fee | 176 |{{element.delegation_content.fee | feeToTez}} | 177 |Timestamp | 182 |{{element.timestamp | date:'medium'}} | 183 |Block Level | 188 |{{element.block_level}} | 189 |
---|
Waiting for the new delegations on Tezos mainnet ...
199 |