allocationSize static method

int allocationSize(
  1. Psbt value
)

Implementation

static int allocationSize(Psbt value) {
  return 8;
}