@supanovaapp/sdk 0.2.20 → 0.2.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -244,6 +244,15 @@ export interface CantonPrepareAmuletTransferRequestDto {
244
244
  /** Optional memo for the transfer */
245
245
  memo?: string;
246
246
  }
247
+ /** Response for preparing Amulet (Canton Coin) transfer */
248
+ export interface CantonPrepareAmuletTransferResponseDto extends CantonPrepareTransactionResponseDto {
249
+ /** Canton party ID of the receiver wallet */
250
+ receiverPartyId: string;
251
+ /** Amount of Amulet to transfer (decimal string with max 10 decimal places) */
252
+ amount: string;
253
+ /** Optional memo for the transfer */
254
+ memo?: string;
255
+ }
247
256
  /** Canton instrument/token info for incoming transfers */
248
257
  export interface CantonInstrumentDto {
249
258
  /** Admin party ID of the instrument */