MetaplexBubblegumCreateTreeLayout constructor

const MetaplexBubblegumCreateTreeLayout({
  1. required int maxBufferSize,
  2. bool? public,
  3. required int maxDepth,
})

Implementation

const MetaplexBubblegumCreateTreeLayout({
  required this.maxBufferSize,
  this.public,
  required this.maxDepth,
});