Compare commits
1 Commits
v0.1.1
...
feature/co
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fd2dd50ce |
@@ -9,6 +9,7 @@ type TransactionCreateRequest struct {
|
|||||||
TxnType string `json:"txn_type"`
|
TxnType string `json:"txn_type"`
|
||||||
Payload string `json:"payload"`
|
Payload string `json:"payload"`
|
||||||
Tag string `json:"tag,omitempty"`
|
Tag string `json:"tag,omitempty"`
|
||||||
|
CorrelationId string `json:"correlation_id,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type TransactionCreateResponse struct {
|
type TransactionCreateResponse struct {
|
||||||
@@ -42,6 +43,7 @@ type TransactionHeader struct {
|
|||||||
BlockId string `json:"block_id"`
|
BlockId string `json:"block_id"`
|
||||||
TxnType string `json:"txn_type"`
|
TxnType string `json:"txn_type"`
|
||||||
Timestamp string `json:"timestamp"`
|
Timestamp string `json:"timestamp"`
|
||||||
|
CorrelationId string `json:"correlation_id,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type TransactionProof struct {
|
type TransactionProof struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user