allocationSize static method

int allocationSize(
  1. OutPoint value
)

Implementation

static int allocationSize(OutPoint value) {
  return FfiConverterTxid.allocationSize(value.txid) +
      FfiConverterUInt32.allocationSize(value.vout) +
      0;
}