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