static int allocationSize(TxOut value) { return Amount.allocationSize(value.value) + Script.allocationSize(value.scriptPubkey) + 0; }