allocationSize static method

int allocationSize(
  1. PsbtException value
)

Implementation

static int allocationSize(PsbtException value) {
  return value.allocationSize();
}