mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-27 15:45:48 +00:00
add 'DeliveredAmount' as optional metadata field
This commit is contained in:
@@ -400,6 +400,7 @@ exports.ledger = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
exports.metadata = [
|
exports.metadata = [
|
||||||
|
[ 'DeliveredAmount' , OPTIONAL ],
|
||||||
[ 'TransactionIndex' , REQUIRED ],
|
[ 'TransactionIndex' , REQUIRED ],
|
||||||
[ 'TransactionResult' , REQUIRED ],
|
[ 'TransactionResult' , REQUIRED ],
|
||||||
[ 'AffectedNodes' , REQUIRED ]
|
[ 'AffectedNodes' , REQUIRED ]
|
||||||
|
|||||||
Reference in New Issue
Block a user