addedOutput schema / properties / approveTxHash
Added value: +{
+ "description": "USDC stake approval tx hash, if a non-zero stake was posted",
+ "type": "string"
+}
removedOutput schema / properties / error
Removed value: -{
- "description": "Error message if the operation failed",
- "type": "string"
-}
addedOutput schema / properties / publisher
Added value: +{
+ "description": "Registered publisher address (the signer)",
+ "type": "string"
+}
removedOutput schema / properties / publisherAddress
Removed value: -{
- "description": "Registered publisher address (the signer)",
- "type": "string"
-}
addedOutput schema / properties / schemaTxHash
Added value: +{
+ "description": "Schema-registration transaction hash",
+ "type": "string"
+}
addedOutput schema / properties / stakeUsdc
Added value: +{
+ "description": "USDC stake posted (decimal string; '0' for v1 first-party)",
+ "type": "string"
+}
addedOutput schema / properties / topic
Added value: +{
+ "description": "Registered feed topic",
+ "type": "string"
+}
changedOutput schema / properties / txHash / description
Previous value: -"Register transaction hash"New value: +"Publisher-registration transaction hash"