MetaplexBubblegumCancelRedeemLayout constructor

MetaplexBubblegumCancelRedeemLayout({
  1. required List<int> root,
})

Implementation

MetaplexBubblegumCancelRedeemLayout({required List<int> root})
    : root = BytesUtils.toBytes(root, unmodifiable: true);