mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
JS: Add ImmediateOrCancel and FillOrKill to Transaction flags.
This commit is contained in:
committed by
Stefan Thomas
parent
af0c3bf517
commit
6d693a1b8a
@@ -110,6 +110,8 @@ Transaction.fees = {
|
||||
Transaction.flags = {
|
||||
'OfferCreate' : {
|
||||
'Passive' : 0x00010000,
|
||||
'ImmediateOrCancel' : 0x00020000,
|
||||
'FillOrKill' : 0x00040000,
|
||||
},
|
||||
|
||||
'Payment' : {
|
||||
|
||||
Reference in New Issue
Block a user