XRPL-Labs/XUMM-SDK-PHP

Types change: Payload(s) [POST/GET]: `signers` (null | string[])

WietseWind opened this issue · 0 comments

TL;DR:

Payloads have a new meta property: signers. The field can be null or an array containing between one and an arbitrary amount (currently hard capped by our backend at four, client doesn't have to enforce) XRPL account addresses.

When one or more account addresses are entered, XUMM forces signing with one of those accounts.

Impact:

  • Payload GET types (meta.signers) (null or string[])
  • Paylost POST types (options.signers) (omit, null or string[])

Commit to XUMM-SDK:

XRPL-Labs/XUMM-SDK@8b5c484

Based on discussion:

XRPL-Labs/Xaman-Issue-Tracker#384 (comment)