Skip to content

Commit

Permalink
Merge branch 'master' into vNext
Browse files Browse the repository at this point in the history
  • Loading branch information
gregscullard authored Jul 31, 2019
2 parents 06c141a + de098ab commit 713f6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/proto/TransactionRecord.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ message TransactionRecord {
oneof body {
ContractFunctionResult contractCallResult = 7; // Record of the value returned by the smart contract function (if it completed and didn't fail) from ContractCallTransaction
ContractFunctionResult contractCreateResult = 8; // Record of the value returned by the smart contract constructor (if it completed and didn't fail) from ContractCreateTransaction
TransferList transferList = 9; // Record of results of a CryptoTransferTransaction
}
TransferList transferList = 10; // All hbar transfers as a result of this transaction, such as fees, or transfers performed by the transaction, or by a smart contract it calls, or by the creation of threshold records that it triggers.
}

0 comments on commit 713f6d1

Please sign in to comment.