allocationSize static method

int allocationSize(
  1. FeeRate value
)

Implementation

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