xrpl
Preparing search index...
BatchFlagsInterface
Interface BatchFlagsInterface
Map of flags to boolean values representing
Batch
transaction flags.
interface
BatchFlagsInterface
{
tfAllOrNothing
?:
boolean
;
tfIndependent
?:
boolean
;
tfInnerBatchTxn
?:
boolean
;
tfOnlyOne
?:
boolean
;
tfUntilFailure
?:
boolean
;
}
Hierarchy (
View Summary
)
GlobalFlagsInterface
BatchFlagsInterface
Index
Properties
tf
All
Or
Nothing?
tf
Independent?
tf
Inner
Batch
Txn?
tf
Only
One?
tf
Until
Failure?
Properties
Optional
tf
All
Or
Nothing
tfAllOrNothing
?:
boolean
Optional
tf
Independent
tfIndependent
?:
boolean
Optional
tf
Inner
Batch
Txn
tfInnerBatchTxn
?:
boolean
Optional
tf
Only
One
tfOnlyOne
?:
boolean
Optional
tf
Until
Failure
tfUntilFailure
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
tf
All
Or
Nothing
tf
Independent
tf
Inner
Batch
Txn
tf
Only
One
tf
Until
Failure
xrpl
Loading...
Map of flags to boolean values representing Batch transaction flags.