v2.3.0
Minor Changes
-
40589c2: Add non-blocking variants for signing Batch payloads.
xrpl.signBatchPayloadproposes the raw sign intent and returns a serializable handle without waiting for the manifest signature, andxrpl.getBatchSignaturefetches the signature (single-shot by default, optional polling) for that handle once the custody instance operator has approved it. Use these when operator approval happens out-of-band;signBatchPayloadAndWaitremains for the synchronous case.signBatchPayload(and thereforesignBatchPayloadAndWait) now validatessignerAddresswithisValidAddressand throws aCustodyErrorif it is not a valid XRPL address.